- 使用 electron + React 进行搭建
- 使用 electron-updater 进行软件更新
- 使用 react-router 进行路由处理
- 使用 react-redux + react-saga 进行数据处理
yarn # or npm install
npm run start-renderer-dev 开启渲染进程
npm run start-main-dev 开启主进程
npm run package 打包成软件
yarn # or npm install
npm run start-renderer-dev 开启渲染进程
npm run start-main-dev 开启主进程
npm run package 打包成软件