Skip to content

Commit 2f16677

Browse files
authored
docs: recommend SFC playground and StackBlitz for instant prototyping (#6653)
1 parent c8833d3 commit 2f16677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/migrate-from-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you want to migrate manually and gradually, you can run `vue upgrade <the-plu
4747

4848
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`.
4949

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

5252
### `@vue/cli-service`
5353

0 commit comments

Comments
 (0)