为什么使用
桌面软件(办公方向、 个人工具),仍然是未来十几年 PC 端需求之一,提高工作效率
electron 技术是流行趋势,QQ、百度翻译、阿里网盘、迅雷、有道云笔记 …
开源
gitee:https://gitee.com/dromara/electron-egg 3900+
github:https://github.com/dromara/electron-egg 1200+
本次更新
3.8.0
- 【增加】新增 ee-bin exec 命令,支持自定义命令。
- 【增加】新增 ee-core jobs 配置,打开/关闭 messageLog。
- 【优化】优化 ee-core jsondb 异常处理。
- 【优化】优化 ee-core controller/services 异常捕获并写log。
- 【优化】优化 ee-bin loading 动画居中。
- 【优化】优化 electron-egg logo,优化mac图标,优化Linux系统图标。
- 【优化】优化 electron-egg loading 动画居中。
- 【升级】升级ee-core v2.6.0,升级ee-bin v1.3.0
下载
# gitee
git clone https://gitee.com/dromara/electron-egg.git
# github
git clone https://github.com/dromara/electron-egg.git
安装
# 设置国内镜像源(加速)
npm config set registry=https://registry.npmmirror.com
#如果下载electron慢,配置如下
npm config set electron_mirror=https://registry.npmmirror.com/-/binary/electron/
# 根目录,安装 electron 依赖
npm i
# 进入【前端目录】安装 frontend 依赖
cd frontend
npm i
运行项目
npm run start
用户案例