一个入门简单、跨平台、企业级桌面软件开发框架

gitee:https://gitee.com/dromara/electron-egg

github:https://github.com/dromara/electron-egg

下载

# 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
作者:Jeebiz  创建时间:2023-10-24 09:05
最后编辑:Jeebiz  更新时间:2023-10-24 09:20