We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@next
1 parent 80bbf38 commit e7f07d8Copy full SHA for e7f07d8
docs/migrations/migrate-from-v4.md
@@ -7,17 +7,17 @@ sidebar: auto
7
First, install the latest Vue CLI globally:
8
9
```bash
10
-npm install -g @vue/cli@next
+npm install -g @vue/cli
11
# OR
12
-yarn global add @vue/cli@next
+yarn global add @vue/cli
13
```
14
15
## Upgrade All Plugins at Once
16
17
In your existing projects, run:
18
19
20
-vue upgrade --next
+vue upgrade
21
22
23
And then follow the command line instructions.
0 commit comments