158 Star 978 Fork 373

opendevops / opendevops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_http_test.sh 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 生成静态文件
npm run build
# 进入生成的文件夹
cd docs/.vuepress/dist
# 启动httpServer (需要Python3环境)
python -m http.server
Python
1
https://gitee.com/opendevops/opendevops.git
git@gitee.com:opendevops/opendevops.git
opendevops
opendevops
opendevops
master

搜索帮助