Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 481 Bytes

File metadata and controls

20 lines (12 loc) · 481 Bytes

nativescript-vue-webpack-template

A WIP webpack template for nativescript-vue with optional code-sharing between your native mobile app and the web

to run:

git clone [email protected]:rigor789/nativescript-vue-webpack-template.git

cd nativescript-vue-webpack-template

npm install

npm run dev

terminal 2

npm run tns -- run android # wip this won't be required later

terminal 3

for the web version, a dev-server is configured with HMR on port 8080:

npm run dev:server