Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 854 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 854 Bytes

vuejs-cordova-sample

Build Status

Sample VueJS app thats use Cordova capabilities

Demo screenshot

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production to run in Cordova
npm run build

First Cordova build

Run the command :

npm run build
cd cordova_app
cordova platform add android
cordova run # or build

Next Cordova build

npm run cordova_run # or cordova_build

Plugins

  • cordova-plugin-dialogs
  • cordova-plugin-vibration
  • cordova-plugin-geolocation
  • cordova-plugin-flashlight
  • cordova-plugin-camera
  • phonegap-nfc
  • cordova-plugin-statusbar
  • cordova-plugin-headercolor