Skip to content

yaolx/electron-boat

Repository files navigation

electron-boat

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Publish

# For windows
$ npm run publish:win

# For macOS
$ npm run publish:mac

# For Linux
$ npm run publish:linux

update log

  1. 脚手架搭建,eslint 配置

  2. 集成 github actions,配置 workflows,完成自动发布

  3. 页面基本布局、开启 devTools、版本更新

  4. 系统托盘、气泡消息通知

  5. 图标资源路径问题修复、应用单实例控制