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
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,13 @@ If you haven't yet installed vue-cli 3, first follow the install instructions he
9
9
**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).
10
10
11
11
Generate a project using vue-cli 3.0
12
-
13
12
```
14
13
vue create my-app
15
14
```
16
15
17
16
Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert
18
17
19
18
To install the vuetify plugin...
20
-
21
19
```
22
20
cd my-app
23
21
vue add vuetify
@@ -35,12 +33,14 @@ Here are some extra steps for setting up the old templates but using plugins fro
35
33
# preset: default (babel, eslint)
36
34
37
35
vue add nuxt-starter-template
36
+
38
37
```
39
38
40
39
Todo
41
40
42
41
- Add vuetify Nuxt starter template
43
42
43
+
44
44
### Electron
45
45
46
46
Just add [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/)
@@ -55,6 +55,8 @@ yarn serve:electron
55
55
56
56
If you already made a project with the PWA option selected, then just adding like above should do it.
57
57
58
+
58
59
### Cordova
59
60
60
61
Follow the instructions detailed in this plugin https://www.npmjs.com/package/vue-cli-plugin-cordova
0 commit comments