A WIP webpack template for nativescript-vue with (optional?) code-sharing
The nativescript-vue-webpack-template is a webpack template designed for use with NativeScript-Vue. It allows for code-sharing between your native mobile app and the web.
To install and use the nativescript-vue-webpack-template, follow these steps:
git clone git@github.com:rigor789/nativescript-vue-webpack-template.gitcd nativescript-vue-webpack-templatenpm installnpm run dev:server
The server will be running on port 8080.npm run dev
This will start the development build process for your native mobile app.
(Note: In the future, the command npm run tns -- run android will no longer be required.)The nativescript-vue-webpack-template is a powerful tool for developing NativeScript-Vue apps with code-sharing capabilities. With its Webpack-based build system and HMR-enabled development server, it provides a smooth and efficient development experience for both the native mobile and web versions of your app. By following the installation guide, you can quickly set up the template and start building your next NativeScript-Vue app.