An Electron application with React and TypeScript
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
# For windows
$ npm run publish:win
# For macOS
$ npm run publish:mac
# For Linux
$ npm run publish:linux
-
脚手架搭建,eslint 配置
-
集成 github actions,配置 workflows,完成自动发布
-
页面基本布局、开启 devTools、版本更新
-
系统托盘、气泡消息通知
-
图标资源路径问题修复、应用单实例控制