1 Star 1 Fork 0

悠悠山雨/greencms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.bat 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
悠悠山雨 提交于 2024-12-28 00:04 . init
del /q .\build\main.exe
rd /q /s .\build\website
rd /q /s .\build\storage
mkdir .\build\website
cd .\server\
go build -o main.exe main.go
move .\main.exe ..\build\main.exe
xcopy .\storage ..\build\storage /E /I /C
copy .\config.yaml ..\build\config.yaml
cd ..\
cd .\admin\
npm run build
move .\dist ..\build\website\admin
cd ..\
cd .\web\
npm run build
move .\out ..\build\website\web
cd ..\
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shanyu/greencms.git
git@gitee.com:shanyu/greencms.git
shanyu
greencms
greencms
main

搜索帮助