docs: update vite init command (#4176) [ci skip]

This commit is contained in:
Otto 2021-07-24 04:03:19 +08:00 committed by GitHub
parent ac74e1dd33
commit 1015700e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,12 @@ This is the repository for Vue 3.0.
- Scaffold via [Vite](https://github.com/vitejs/vite):
```bash
# npm
npm init @vitejs/app
# npm 6.x
npm init vite@latest my-vue-app --template vue
# npm 7+, extra double-dash is needed:
npm init vite@latest my-vue-app -- --template vue
# yarn
yarn create @vitejs/app
# select vue template
yarn create vite my-vue-app --template vue
```
- Scaffold via [vue-cli](https://cli.vuejs.org/):