• This repository has been archived on 19/Feb/2019
  • Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    JavaScript
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A WIP webpack template for nativescript-vue with (optional?) code-sharing

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