1 Star 0 Fork 391

wangliyao518/opendevops

forked from 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wangliyao518/opendevops.git
git@gitee.com:wangliyao518/opendevops.git
wangliyao518
opendevops
opendevops
master

搜索帮助