frednava67 / hello-cordova-vuejs

a cordova template with vuejs2.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-cordova-vuejs

A cordova template with vuejs2.x for creating cordova app.

How to use

  1. install with commond
cordova create hello-cordova-vuejs com.example.hello HelloC-V --template hello-cordova-vuejs
  1. install cordova dependence
cd hello-cordova-vuejs/
cordova platform add browser
cordova run browser

Start with project

install app dependence

cd hello-cordova-vuejs/myApp/
npm install
npm run dev

build with android or ios

cd hello-cordova-vuejs/myApp/
npm run build
cd ../
cordova paltform add android #cordova add ios
cordova build android #cordova build ios

Todo

Contributing

Please make sure to read the Contributing Guide before making a pull request.

Donate

Buy me a cup of coffee donate

About

a cordova template with vuejs2.x

License:MIT License


Languages

Language:JavaScript 82.9%Language:HTML 9.0%Language:Vue 8.1%