1.0.5 • Published 6 years ago

cordova-vue v1.0.5

Weekly downloads
21
License
Apache-2.0
Repository
github
Last release
6 years ago

Cordova and Vue Template

This is a very simple Template for Cordova. (under construction)

Structure of your template

package
├── package.json
├──	webpack.config.js
└── src (contains develop files)
    ├── assets 
	├── components 
	├── (files and folders)
    └── main.js

Install npm

Install npm for preview in browser.

# install dependencies
npm install

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

# build for production with minification
npm run build

# build and run in android device
npm run publish