Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit bb345c2

Browse files
authored
Update introduction.md
from https://vitejs.dev/guide
1 parent aabfa35 commit bb345c2

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
@@ -25,7 +25,7 @@
2525
- 脚手架 [Vite](https://github.com/vitejs/vite)
2626

2727
```bash
28-
npm init vite-app hello-vue3 # OR yarn create vite-app hello-vue3
28+
npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/appp hello-vue3
2929
```
3030

3131
- 脚手架 [vue-cli](https://cli.vuejs.org/)

0 commit comments

Comments
 (0)