mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
vue: update chinese translation (#8394)
This commit is contained in:
parent
38d904a408
commit
9838a35794
1 changed files with 7 additions and 11 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue