vue: update chinese translation (#8394)

pull/1/head
Guohan Li 2022-08-24 11:51:57 +08:00 committed by GitHub
parent 38d904a408
commit 9838a35794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 11 deletions

View File

@ -1,17 +1,13 @@
# vue-cli
# vue
> 用于初始化 Vue.js 项目的 CLI.
> 此命令也有关于其子命令的文件,例如:`vue build`.
> 适用于 Vue.js 项目的多用途命令行接口。
> 此命令也有关于其子命令的文件,例如:`vue build`
> 更多信息:<https://cli.vuejs.org>.
- 从模板创建新项目:
- 交互式地创建一个新的 Vue 项目:
`vue init {{template}} {{project_name}}`
`vue create {{项目名}}`
- 从本地模板创建新项目:
- 使用图形化界面创建一个新项目:
`vue init {{path/to/template_directory}} {{project_name}}`
- 从 GitHub 上拉取模板并创建新项目:
`vue init {{username}}/{{repo}} {{project_name}}`
`vue ui`