Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7f07d8

Browse filesBrowse files
committed
docs: remove @next [skip ci]
1 parent 80bbf38 commit e7f07d8
Copy full SHA for e7f07d8

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎docs/migrations/migrate-from-v4.md

Copy file name to clipboardExpand all lines: docs/migrations/migrate-from-v4.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ sidebar: auto
77
First, install the latest Vue CLI globally:
88

99
```bash
10-
npm install -g @vue/cli@next
10+
npm install -g @vue/cli
1111
# OR
12-
yarn global add @vue/cli@next
12+
yarn global add @vue/cli
1313
```
1414

1515
## Upgrade All Plugins at Once
1616

1717
In your existing projects, run:
1818

1919
```bash
20-
vue upgrade --next
20+
vue upgrade
2121
```
2222

2323
And then follow the command line instructions.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.