1 Star 9 Fork 1

会PS的小码农/golang+vue 桌面程序框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 845 Bytes
一键复制 编辑 原始数据 按行查看 历史

lorca-vue

debugging goLange+vue

#For the first development, execute the following command to install Vue dependencies
cd vue && yarn && cd ../
#Execute the following command to turn on debugging mode
go run main.go -dev

only debugging goLange soft

cd vue && yarn build && cd ../ && go run main.go 

binary packing

cd vue && yarn build && cd ../ && go build main.go 

Build

I only test build-linux.sh

#Windows use `build-windows.bat`,build to `xxx.exe` file, next use `Inno Setup` or `NSIS` packaging with `dist` folder.
./cmd/build-windows.bat
#How to package windows exe program under Linux
./cmd/build-windows.sh
#Linux use `build-linux.sh`,build to `xxx.deb` file.
./cmd/build-linux.sh

#Mac use `build-macos.sh`,build to `xxx.app` file.
./cmd/build-macos.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/liushuai05/lorca_vue.git
git@gitee.com:liushuai05/lorca_vue.git
liushuai05
lorca_vue
golang+vue 桌面程序框架
master

搜索帮助

A270a887 8829481 3d7a4017 8829481