We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0487b commit f9f13c5Copy full SHA for f9f13c5
src/guide/migration/introduction.md
@@ -29,7 +29,7 @@ Vue.js を使うのは初めてですか? [エッセンシャルガイド](/gu
29
- [Vite](https://github.com/vitejs/vite) を使った Scaffold:
30
31
```bash
32
- npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/app hello-vue3
+ npm init vite hello-vue3 -- --template vue # OR yarn create vite hello-vue3 --template vue
33
```
34
35
- [vue-cli](https://cli.vuejs.org/) を使った Scaffold:
0 commit comments