You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@ npm run cordova-serve-browser # Development Browser
72
72
npm run cordova-build-browser # Build Browser
73
73
```
74
74
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
+
75
86
### 💪 Supporting Vuetify
76
87
<p>Vuetify is an open source MIT project that has been made possible due to the generous contributions by <ahref="https://github.com/vuetifyjs/vuetify/blob/dev/BACKERS.md">community backers</a>. If you are interested in supporting this project, please consider:</p>
0 commit comments