Skip to content

Commit

Permalink
docs: remove @next [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Feb 17, 2022
1 parent 80bbf38 commit e7f07d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/migrations/migrate-from-v4.md
Expand Up @@ -7,17 +7,17 @@ sidebar: auto
First, install the latest Vue CLI globally:

```bash
npm install -g @vue/cli@next
npm install -g @vue/cli
# OR
yarn global add @vue/cli@next
yarn global add @vue/cli
```

## Upgrade All Plugins at Once

In your existing projects, run:

```bash
vue upgrade --next
vue upgrade
```

And then follow the command line instructions.
Expand Down

0 comments on commit e7f07d8

Please sign in to comment.