Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Add capacitor instructions to README #127

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ npm run cordova-serve-browser # Development Browser
npm run cordova-build-browser # Build Browser
```

#### Capacitor

Use the [Capacitor](https://github.com/nklayman/vue-cli-plugin-capacitor) plugin.

```
vue add @nklayman/capacitor
yarn capacitor:serve
```

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.

### 💪 Supporting Vuetify
<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>

Expand Down