Play around with NativeScript Vue and Vite.
ns-vue-vite.mp4
Prerelease features coming to NativeScript v9.
Install the prerelease cli: npm install -g nativescript@alpha
Then setup the repo:
npm install
This will start Vite dev server and open a socket to the NativeScript app to develop with HMR for quick edits.
npm run dev:ios
// Or...
npm run dev:android
ns debug ios --no-hmr
// Or...
ns debug android --no-hmr
This project is configured via nativescript.config.ts to use Vite.
Explore the vite.config.ts where you can customize per your own needs.