File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ Under development. Check out TODO what is not implemented yet.
1414Please see [ start guide] ( https://github.com/dekimasoon/vue-cli-plugin-cordova/blob/master/docs/StartGuide.md ) .
1515
1616``` sh
17- $ npm i dekimasoon/vue-cli-plugin-cordova # publish to npm soon
18- $ vue invoke vue-cli-plugin-cordova
19- $ npm run cordova-serve
17+ $ vue add cordova
18+
19+ # in another tab
20+ $ cordova prepare
21+ $ open http://localhost:8080
2022```
2123
2224## If hot reloading not working
Original file line number Diff line number Diff line change 44$ npm i @vue/cli -g
55$ vue create my-project
66$ cd my-project
7- $ npm i dekimasoon/vue-cli-plugin-cordova # publish to npm soon
8- $ vue invoke vue-cli-plugin-cordova
7+ $ vue add cordova
98```
109
1110And you need to [ set up the cordova development environment] ( https://cordova.apache.org/docs/en/latest/guide/cli/index.html ) .
You can’t perform that action at this time.
0 commit comments