https://github.com/c4software/vuejs-cordova-sample
Sample VueJS app thats use Cordova capabilities
https://github.com/c4software/vuejs-cordova-sample
Last synced: 5 days ago
JSON representation
Sample VueJS app thats use Cordova capabilities
- Host: GitHub
- URL: https://github.com/c4software/vuejs-cordova-sample
- Owner: c4software
- Created: 2017-07-28T09:27:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:20.000Z (about 3 years ago)
- Last Synced: 2023-03-12T06:48:19.294Z (almost 3 years ago)
- Language: Java
- Size: 26.1 MB
- Stars: 62
- Watchers: 5
- Forks: 24
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-cordova-sample
[](https://travis-ci.org/c4software/vuejs-cordova-sample)
> Sample VueJS app thats use Cordova capabilities

## Build Setup
```bash
# 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 :
```sh
npm run build
cd cordova_app
cordova platform add android
cordova run # or build
```
## Next Cordova build
```sh
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