Skip to content

Commit 718f9d6

Browse files
committed
chore: Merge branch 'master' into dev
2 parents 0953057 + 48dd88a commit 718f9d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/migrating-from-v3/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ First, install the latest Vue CLI globally:
88

99
```sh
1010
npm install -g @vue/cli
11+
# OR
12+
yarn global add @vue/cli
1113
```
1214

1315
## Upgrade All Plugins at Once
@@ -203,7 +205,7 @@ So we now moved it to the project's direct dependency (`@vue/cli-plugin-babel`)
203205

204206
### `@vue/cli-plugin-eslint`
205207

206-
This plugin now [requires ESLint as a peer dependency]((https://github.com/vuejs/vue-cli/pull/3852)).
208+
This plugin now [requires ESLint as a peer dependency](https://github.com/vuejs/vue-cli/pull/3852).
207209

208210
This won't affect projects scaffolded with Vue CLI 3.1 or later.
209211

0 commit comments

Comments
 (0)