Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 364 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 364 Bytes

Smile清单

这是一个基于 electron-vite 使用 React 框架开发的仿 滴答清单 应用

项目设置

安装

$ yarn

开发

$ yarn dev

打包

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux