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 e4e5926 commit 94f6e89Copy full SHA for 94f6e89
docs/zh/guide/plugins-and-presets.md
@@ -191,6 +191,10 @@ GitLab 和 BitBucket 也是支持的。如果要从私有 repo 获取,请确
191
``` bash
192
vue create --preset gitlab:username/repo --clone my-project
193
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
198
```
199
200
### 加载文件系统中的 Preset
0 commit comments