Skip to content

Commit

Permalink
docs(zh): update plugins-and-presets.md (#5844) [ci skip]
Browse files Browse the repository at this point in the history
中文文档与英文文档同步
  • Loading branch information
Tilang committed Sep 4, 2020
1 parent e4e5926 commit 94f6e89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/zh/guide/plugins-and-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ GitLab 和 BitBucket 也是支持的。如果要从私有 repo 获取,请确
``` bash
vue create --preset gitlab:username/repo --clone my-project
vue create --preset bitbucket:username/repo --clone my-project

# 私有服务器
vue create --preset gitlab:my-gitlab-server.com:group/projectname --clone my-project
vue create --preset direct:ssh://git@my-gitlab-server.com/group/projectname.git --clone my-project
```

### 加载文件系统中的 Preset
Expand Down

0 comments on commit 94f6e89

Please sign in to comment.