Skip to content

Commit 546608b

Browse files
committed
docs: change with npm publish
1 parent 10ff1bd commit 546608b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Under development. Check out TODO what is not implemented yet.
1414
Please 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

docs/StartGuide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
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

1110
And you need to [set up the cordova development environment](https://cordova.apache.org/docs/en/latest/guide/cli/index.html).

0 commit comments

Comments
 (0)