Skip to content

Commit 94f6e89

Browse files
authored
docs(zh): update plugins-and-presets.md (#5844) [ci skip]
中文文档与英文文档同步
1 parent e4e5926 commit 94f6e89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/zh/guide/plugins-and-presets.md

+4
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ GitLab 和 BitBucket 也是支持的。如果要从私有 repo 获取,请确
191191
``` bash
192192
vue create --preset gitlab:username/repo --clone my-project
193193
vue create --preset bitbucket:username/repo --clone my-project
194+
195+
# 私有服务器
196+
vue create --preset gitlab:my-gitlab-server.com:group/projectname --clone my-project
197+
vue create --preset direct:ssh://[email protected]/group/projectname.git --clone my-project
194198
```
195199

196200
### 加载文件系统中的 Preset

0 commit comments

Comments
 (0)