/master-vue-nativescript

Primary LanguageJavaScriptMIT LicenseMIT

nativescript-vue-master

A WIP webpack template for nativescript-vue with optional code-sharing between your native mobile app and the web.
This is clone from git@github.com:rigor789/nativescript-vue-webpack-template.git

This project still on progress, please don't use for a real application.

How to run:
git clone git@github.com:eksant/nativescript-vue-master.git  
cd nativescript-vue-master  
npm install  

Terminal 1 (for the web version, a dev-server is configured with HMR on port 8080) :
npm run dev:server

Terminal 2 (for mobile android / ios) :
npm run dev:ios
npm run dev:android