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 fa6e977 commit 75a3e7dCopy full SHA for 75a3e7d
docs/zh/guide/creating-a-project.md
@@ -48,9 +48,11 @@ vue create --help
48
-m, --packageManager <command> 在安装依赖时使用指定的 npm 客户端
49
-r, --registry <url> 在安装依赖时使用指定的 npm registry (仅用于 npm 客户端)
50
-g, --git [message] 强制 / 跳过 git 初始化,并可选的指定初始化提交信息
51
+ -n, --no-git 跳过 git 初始化
52
-f, --force 覆写目标目录可能存在的配置
53
-c, --clone 使用 git clone 获取远程预设选项
54
-x, --proxy 使用指定的代理创建项目
55
+ -b, --bare 创建项目时省略默认组件中的新手指导信息
56
-h, --help 输出使用帮助信息
57
```
58
0 commit comments