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 b69892d commit 475f10cCopy full SHA for 475f10c
src/guide/migration/introduction.md
@@ -29,7 +29,7 @@ If you want to quickly try out Vue 3 in a new project:
29
- Scaffold via [Vite](https://github.com/vitejs/vite):
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
- Scaffold via [vue-cli](https://cli.vuejs.org/):
0 commit comments