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