Monorepo Shared Code between NativeScript + Vue Vite + Vue CLI

This project is a setup to start with any monorepo between NS applications, vue vite (web) and vue CLI (web).

Importants file of project

NativeScript APPs

webpack.config.js
tsconfig.ts
package.json

Vue Vite APPs

vite.config.ts
tsconfig.ts
package.json

Vue CLI APPs

vue.config.js
tsconfig.ts
package.json

Native Code NS or Web

To differentiate between web and native code, the files *.native.ts have been established and for the web they are *.web.ts. These can be found in NS webpack, vite.config.ts and vue.config.ts

License

MIT

GitHub

https://github.com/vallemar/ns-monorepo-seed