mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 06:39:56 -06:00
chore: Merge branch 'master' into dev
This commit is contained in:
@@ -8,6 +8,8 @@ First, install the latest Vue CLI globally:
|
||||
|
||||
```sh
|
||||
npm install -g @vue/cli
|
||||
# OR
|
||||
yarn global add @vue/cli
|
||||
```
|
||||
|
||||
## Upgrade All Plugins at Once
|
||||
@@ -203,7 +205,7 @@ So we now moved it to the project's direct dependency (`@vue/cli-plugin-babel`)
|
||||
|
||||
### `@vue/cli-plugin-eslint`
|
||||
|
||||
This plugin now [requires ESLint as a peer dependency]((https://github.com/vuejs/vue-cli/pull/3852)).
|
||||
This plugin now [requires ESLint as a peer dependency](https://github.com/vuejs/vue-cli/pull/3852).
|
||||
|
||||
This won't affect projects scaffolded with Vue CLI 3.1 or later.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user