Home

Awesome

DEPRECATED!

This repository is deprecated. Please check @m0dch3n's vue-cli-plugin-cordova.

vue-cli-plugin-cordova

Vue CLI 3.x plugin for Apache Cordova.

Features

Easely and simply integrate Corodva into your Vue app with:

Quickstart

You need to set up the cordova development environment beforehand.

$ vue add cordova        # On Windows, you need to run this command as administrator.
$ npm run cordova-build
$ cordova prepare
$ npm run cordova-serve

# in another tab
$ cordova run android

Please see start guide for more details.

If hot reloading not working

Make sure that your development PC and the test devices are connected to the same LAN, and also there is no firewall blocking access from the test devices to the PC.

TODO

License

MIT