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 b3de889 commit 0003b5dCopy full SHA for 0003b5d
docs/guide/plugins-and-presets.md
@@ -198,6 +198,10 @@ GitLab and BitBucket are also supported. Make sure to use the `--clone` option i
198
``` bash
199
vue create --preset gitlab:username/repo --clone my-project
200
vue create --preset bitbucket:username/repo --clone my-project
201
+
202
+# self-hosted repos
203
+vue create --preset gitlab:my-gitlab-server.com:group/projectname --clone my-project
204
+vue create --preset direct:ssh://git@my-gitlab-server.com/group/projectname.git --clone my-project
205
```
206
207
### Local Filesystem Preset
0 commit comments