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

Commit 28aec76

Browse files
committed
update vcp-electron-builder install guide
1 parent 17f236c commit 28aec76

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ 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+
1213
```
1314
vue create my-app
1415
```
1516

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

1819
To install the vuetify plugin...
20+
1921
```
2022
cd my-app
2123
vue add vuetify
@@ -33,38 +35,26 @@ Here are some extra steps for setting up the old templates but using plugins fro
3335
# preset: default (babel, eslint)
3436
3537
vue add nuxt-starter-template
36-
3738
```
3839

3940
Todo
4041

4142
- Add vuetify Nuxt starter template
4243

43-
4444
### Electron
4545

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/)
4747

4848
```
4949
vue add electron-builder
5050
vue add vuetify
5151
yarn serve:electron
5252
```
5353

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-
6254
### PWA
6355

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

66-
6758
### Cordova
6859

6960
Follow the instructions detailed in this plugin https://www.npmjs.com/package/vue-cli-plugin-cordova
70-

0 commit comments

Comments
 (0)