File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Build status: [ .
14
14
15
15
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
16
16
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ sidebarDepth: 2
6
6
# Quick Start
7
7
8
8
::: warning Important
9
- Your app must be created with Vue-CLI 3 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!
9
+ Your app must be created with Vue-CLI 3 or 4 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!
10
10
:::
11
11
12
12
## Installation
13
13
14
- Open a terminal in the directory of your app created with Vue-CLI 3.
14
+ Open a terminal in the directory of your app created with Vue-CLI 3 or 4 (4 is recommended) .
15
15
16
16
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
17
17
You can’t perform that action at this time.
0 commit comments