Skip to content

Commit f9f13c5

Browse files
docyxnaokie
authored andcommitted
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 4b0487b commit f9f13c5

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 @@ Vue.js を使うのは初めてですか? [エッセンシャルガイド](/gu
2929
- [Vite](https://github.com/vitejs/vite) を使った Scaffold:
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
- [vue-cli](https://cli.vuejs.org/) を使った Scaffold:

0 commit comments

Comments
 (0)