A Vue.js project
# install dependencies
npm install
cordova platform add android
# serve with hot reload at localhost:8080
npm run dev
# build for android & run
npm run android
# build for production with minification
npm run build
# build for hybrid
npm run build:hybrid
For detailed explanation on how things work, checkout the guide and docs for vue-loader.