Skip to content

Commit 0003b5d

Browse files
ruanhaojianhaoqunjiang
authored andcommitted
docs: add self-hosted repos example for remote presets. (#3494)
1 parent b3de889 commit 0003b5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/plugins-and-presets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ GitLab and BitBucket are also supported. Make sure to use the `--clone` option i
198198
``` bash
199199
vue create --preset gitlab:username/repo --clone my-project
200200
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://[email protected]/group/projectname.git --clone my-project
201205
```
202206

203207
### Local Filesystem Preset

0 commit comments

Comments
 (0)