The purpose of this project is to test the compatibility among vuejs, onsenui, cordova, and several cordova plugins.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
# this will build our project into the www folder
npm run build
# build for production and view the bundle analyzer report
npm run build --report
Install all cordova plugins and platform
cordova prepare
To update the app that cordova is aware of, you need to build the Vue app with npm run build. This will clean and build the www folder.
# run and install in android
npm run cordova-run-android
# build APK debug file
npm run cordova-build
For a detailed explanation on how things work, check out the guide and docs for vue-loader.