Skip to content

Commit 475f10c

Browse files
authored
chore: update migration installation instructions for Vite (#1136)
`@vitejs/app` is now [deprecated](vitejs/vite#4179). We should instruct users to use the new `create-vite` package instead.
1 parent b69892d commit 475f10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you want to quickly try out Vue 3 in a new project:
2929
- Scaffold via [Vite](https://github.com/vitejs/vite):
3030

3131
```bash
32-
npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/app hello-vue3
32+
npm init vite hello-vue3 -- --template vue # OR yarn create vite hello-vue3 --template vue
3333
```
3434

3535
- Scaffold via [vue-cli](https://cli.vuejs.org/):

0 commit comments

Comments
 (0)