Skip to content

Commit 32d1af6

Browse files
committed
docs(quick start): rerecommend vue cli v4
1 parent 552bdb7 commit 32d1af6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Build status: [![Build status](https://github.com/nklayman/vue-cli-plugin-electr
1010

1111
## Quick Start:
1212

13-
Open a terminal in the directory of your app created with Vue-CLI 3.
13+
Open a terminal in the directory of your app created with Vue-CLI 3 or 4 (4 is recommended).
1414

1515
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
1616

Diff for: docs/guide/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ sidebarDepth: 2
66
# Quick Start
77

88
::: 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)!
1010
:::
1111

1212
## Installation
1313

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).
1515

1616
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
1717

0 commit comments

Comments
 (0)