
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.
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.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.