vue-cli-template
vue-cli-template copied to clipboard
A Vue-CLI (2.x) template for NativeScript-Vue
### What problem does this feature solve? In the docs https://nativescript-vue.org/en/docs/getting-started/code-sharing/ , there is an example of using vue-cli-plugin-nativescript-vue to implement code sharing. However the repo of vue-cli-plugin-nativescript-vue seems dead...
| Package | old ver | new ver | |------------------------------------|---------|---------| |@nativescript/theme | ^2.2.1 → | ^2.3.3 | |nativescript-vue | ^2.6.1 → | ^2.6.4 | |tns-core-modules | ^6.5.1 → | ^6.5.7...
I would like to know how to make the "Hot Module Reload" work with a new project just created using typescript.
Fixes #98. Even if in the future you remove the `nativescript-theme-core` (replacing with `ns-tailwind`? ;) ), right now it is pretty confusing. I just lost an embarrassing amount of time...