https://github.com/kevinongko/cordovue
A sample project to show integration between Vue.js and Cordova.
https://github.com/kevinongko/cordovue
Last synced: 3 months ago
JSON representation
A sample project to show integration between Vue.js and Cordova.
- Host: GitHub
- URL: https://github.com/kevinongko/cordovue
- Owner: kevinongko
- Created: 2016-11-10T13:56:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T01:14:27.000Z (over 8 years ago)
- Last Synced: 2025-01-08T12:40:41.454Z (5 months ago)
- Language: Java
- Homepage:
- Size: 5.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cordovue
A sample project to show integration between [Vue.js](https://vuejs.org/) and [Cordova](https://cordova.apache.org/).
## Installation
###Install Node (homebrew)
```sh
$ brew install node
```### Install Cordova
```sh
$ npm install -g cordova
```### Build
```sh
$ cd cordovue
$ cordova add platform android
$ npm install
$ npm run build
```