Fast build system with browserify. Vue and Framework 7. Cordova ready.
# install dependencies
yarn install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# To add a platform
cordova platform add android ios browser
# For release
cordova build --release
Based off of Framework7-Vue-Browserify-Template