mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.. | ||
cmd | 6 months ago | |
deps | 6 months ago | |
.gitignore | 6 months ago | |
README.md | 6 months ago | |
build.sh | 6 months ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago | |
main.go | 6 months ago |
README.md
安装帮助
第一步:安装nodejs
cd ../frontend
npm i
npm run build
- 打包成功后复制/godo/deps/dist目录下所有文件到cloud/deps/dist目录
第二步:安装golang环境打包
linux/mac环境下打包
sudo chmod +x build.sh
./build.sh
windows环境下打包
- 首先安装mingw-w64,进入命令行界面
./build.sh
- 打包成功后每个系统的版本在dist目录下