Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.04 KB

Monorepo Shared Code between NativeScript + Vue Vite

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

Importants file of project

Common tsconfig

tsconfig.ts

NativeScript APPs

webpack.config.js
tsconfig.ts

Vue Vite APPs

vite.config.ts
tsconfig.ts

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