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
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@ 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
+
12
13
```
13
14
vue create my-app
14
15
```
15
16
16
17
Before installing the vuetify plugin, make sure to commit or stash your changes in case you need to revert
17
18
18
19
To install the vuetify plugin...
20
+
19
21
```
20
22
cd my-app
21
23
vue add vuetify
@@ -33,38 +35,26 @@ Here are some extra steps for setting up the old templates but using plugins fro
33
35
# preset: default (babel, eslint)
34
36
35
37
vue add nuxt-starter-template
36
-
37
38
```
38
39
39
40
Todo
40
41
41
42
- Add vuetify Nuxt starter template
42
43
43
-
44
44
### Electron
45
45
46
-
Just add [vue-cli-plugin-electron-builder](https://www.npmjs.com/package/vue-cli-plugin-electron-builder)
46
+
Just add [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/)
47
47
48
48
```
49
49
vue add electron-builder
50
50
vue add vuetify
51
51
yarn serve:electron
52
52
```
53
53
54
-
Gotcha
55
-
56
-
- If you add vuetify before electron-builder, electron-builder will overwrite Vuetify's App.vue and HelloWorld.vue
57
-
58
-
Todo
59
-
60
-
- material icons aren't properly included
61
-
62
54
### PWA
63
55
64
56
If you already made a project with the PWA option selected, then just adding like above should do it.
65
57
66
-
67
58
### Cordova
68
59
69
60
Follow the instructions detailed in this plugin https://www.npmjs.com/package/vue-cli-plugin-cordova
0 commit comments