Skip to content

Commit 1975f8a

Browse files
nklaymanDRoet
authored andcommitted
feat: add capacitor instructions to README (#127)
1 parent 5fdb9f8 commit 1975f8a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ npm run cordova-serve-browser # Development Browser
7272
npm run cordova-build-browser # Build Browser
7373
```
7474

75+
#### Capacitor
76+
77+
Use the [Capacitor](https://github.com/nklayman/vue-cli-plugin-capacitor) plugin.
78+
79+
```
80+
vue add @nklayman/capacitor
81+
yarn capacitor:serve
82+
```
83+
84+
Note: you may also want to hide to splashcreen when your app is ready to make your app load faster. See the [plugin installation docs](https://github.com/nklayman/vue-cli-plugin-capacitor#install) for instructions.
85+
7586
### 💪 Supporting Vuetify
7687
<p>Vuetify is an open source MIT project that has been made possible due to the generous contributions by <a href="https://github.com/vuetifyjs/vuetify/blob/dev/BACKERS.md">community backers</a>. If you are interested in supporting this project, please consider:</p>
7788

0 commit comments

Comments
 (0)