dekimasoon / vue-cli-plugin-cordova

This repository is deprecated. Please check https://github.com/m0dch3n/vue-cli-plugin-cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Hot reloading on iOS/Android simulators and real devices.
  • Follow industry best practices as much as possible.

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

  • Make sure unit and e2e tests working
  • Better security settings or guiding
  • add spec

License

MIT

About

This repository is deprecated. Please check https://github.com/m0dch3n/vue-cli-plugin-cordova

License:MIT License


Languages

Language:JavaScript 64.0%Language:Vue 20.6%Language:HTML 15.4%