Skip to content

Commit 5780a8b

Browse files
committed
docs: update the migration guide
1 parent 149e3f1 commit 5780a8b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/migrations/migrate-from-v4.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ In your existing projects, run:
2020
vue upgrade
2121
```
2222

23-
And then see the following section for detailed breaking changes introduced in each package.
23+
And then follow the command line instructions.
24+
25+
See the following section for detailed breaking changes introduced in each package.
2426

2527
------
2628

@@ -36,13 +38,13 @@ If you want to migrate manually and gradually, you can run `vue upgrade <the-plu
3638

3739
* Drop support of Node.js 8, 11, 13
3840

39-
### The Global `@vue/cli` and The `vue` Command
41+
### The `vue` Command (The Global `@vue/cli` Package)
4042

41-
### `@vue/cli-plugin-eslint`
43+
### ESLint Plugin
4244

4345
* `eslint-loader` is upgraded [from v2 to v4](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md). The only major change is that it dropped support for ESLint < v6.
4446

45-
### `@vue/cli-plugin-typescript`
47+
### TypeScript Plugin
4648

4749
#### Dropped TSLint support
4850

@@ -53,4 +55,4 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
5355

5456
#### `@vue/cli-shared-utils`
5557

56-
- Bump [chalk](https://github.com/chalk/chalk) from v2 to v4
58+
* Bump [chalk](https://github.com/chalk/chalk) from v2 to v4

0 commit comments

Comments
 (0)