mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 04:02:10 +08:00
1.0 KiB
1.0 KiB
electron-egg
一个快速、功能丰富的桌面软件开发框架,基于electron和egg.js
1
开始使用
- 下载
# gitee
git clone https://gitee.com/wallace5303/electron-egg.git
# github
git clone https://github.com/wallace5303/electron-egg.git
- 启动
# 进入目录 ./electron-egg/ npm install npm run dev - 常用命令
# 开发者模式 npm run dev # 生产者模式 npm run start # 打包 (windows版本) npm run build-w # 打包 (mac版本) npm run build-m # 打包 (linux版本) npm run build-l
日志
- electron日志:./logs/main.log
- egg日志:./logs/
文档
项目案例
- 网址管理大师
体验
注:# 联系作者(邮箱:530353222@qq.com)展示你的项目
进行中功能
- 软件自动更新
- 数据本地存储
- mac版功能兼容