Skip to content

Commit

Permalink
docs: recommend SFC playground and StackBlitz for instant prototyping (
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang authored Aug 31, 2021
1 parent c8833d3 commit 2f16677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/migrate-from-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you want to migrate manually and gradually, you can run `vue upgrade <the-plu

The [instant prototyping functionalities](https://v4.cli.vuejs.org/guide/prototyping.html) are removed. Now the `vue serve` / `vue build` commands are aliases to `npm run serve` / `npm run build`, which in turn execute the scripts specified in the project `package.json`.

If you need a minimum setup for developing standalone `.vue` components, please use [`vite`](https://github.com/vitejs/vite/#readme) instead.
If you need a minimum setup for developing standalone `.vue` components, please use <https://sfc.vuejs.org/> or <https://vite.new/vue> instead.

### `@vue/cli-service`

Expand Down

0 comments on commit 2f16677

Please sign in to comment.