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 aa9122d commit 914da35Copy full SHA for 914da35
src/guide/migration/introduction.md
@@ -30,7 +30,7 @@ If you want to quickly try out Vue 3 in a new project:
30
- Scaffold via [Vite](https://github.com/vitejs/vite):
31
32
```bash
33
- 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
34
```
35
36
- Scaffold via [vue-cli](https://cli.vuejs.org/):
0 commit comments