hello-cordova-vuejs

1.0.1 • Public • Published

hello-cordova-vuejs

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

How to use

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

Start with project

install app dependence

cd your-cordova-project/myApp/
npm install
npm run dev

build with android or ios

cd your-cordova-project/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

/hello-cordova-vuejs/

    Package Sidebar

    Install

    npm i hello-cordova-vuejs

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    20.2 MB

    Total Files

    1368

    Last publish

    Collaborators

    • jeeinn