ImLoaD / nativescript-vue-webpack-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

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


Languages

Language:JavaScript 76.4%Language:Vue 19.6%Language:HTML 4.0%