Skip to content

Commit

Permalink
feat: add capacitor instructions to README (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
nklayman authored and DRoet committed Nov 4, 2019
1 parent 5fdb9f8 commit 1975f8a
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 1975f8a

Please sign in to comment.