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

Commit 096644b

Browse files
committed
fix formatting
1 parent 28aec76 commit 096644b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ If you haven't yet installed vue-cli 3, first follow the install instructions he
99
**Tip**: If you don't want to overwrite your current vue-cli because you still need `vue init`, [then try this](https://github.com/vuejs/vue-cli/blob/dev/docs/cli.md#pulling-vue-cli2x-templates-legacy).
1010

1111
Generate a project using vue-cli 3.0
12-
1312
```
1413
vue create my-app
1514
```
1615

1716
Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert
1817

1918
To install the vuetify plugin...
20-
2119
```
2220
cd my-app
2321
vue add vuetify
@@ -35,12 +33,14 @@ Here are some extra steps for setting up the old templates but using plugins fro
3533
# preset: default (babel, eslint)
3634
3735
vue add nuxt-starter-template
36+
3837
```
3938

4039
Todo
4140

4241
- Add vuetify Nuxt starter template
4342

43+
4444
### Electron
4545

4646
Just add [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/)
@@ -55,6 +55,8 @@ yarn serve:electron
5555

5656
If you already made a project with the PWA option selected, then just adding like above should do it.
5757

58+
5859
### Cordova
5960

6061
Follow the instructions detailed in this plugin https://www.npmjs.com/package/vue-cli-plugin-cordova
62+

0 commit comments

Comments
 (0)