change the git clone web
This commit is contained in:
parent
900343584f
commit
a678381b5e
|
@ -44,7 +44,7 @@ yarn add -D vuepress
|
|||
### 下载网站源码
|
||||
|
||||
```bash
|
||||
git clone https://github.com/xuos/xuos-web
|
||||
git clone https://git.trustie.net/xuos/xuos-web.git
|
||||
```
|
||||
|
||||
如果没有全局vuepress, 需要安装
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
},
|
||||
"license": "MulanPSL-2.0",
|
||||
"devDependencies": {
|
||||
"vuepress": "^1.3.1",
|
||||
"@vuepress/plugin-back-to-top": "^1.3.1",
|
||||
"@vuepress/plugin-medium-zoom": "^1.3.1"
|
||||
"@vuepress/plugin-medium-zoom": "^1.3.1",
|
||||
"vuepress": "^1.8.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"element-ui": "^2.13.2"
|
||||
|
|
Loading…
Reference in New Issue