• Stars
    star
    145
  • Rank 252,952 (Top 6 %)
  • Language
    JavaScript
  • Created almost 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✨ 一个使用electron + vue + electron-builder开发的跨平台todolist(便签)桌面应用

xhznl-todo-list

一个使用 electron + vue + electron-builder 开发的跨平台 todolist(便签)桌面应用

相关技术

electron 9.x

vue 2.x

vue-cli-plugin-electron-builder

electron-builder

lowdb

exceljs

dayjs

Vue.Draggable

......

功能预览

todo list

done list

基本操作

数据导出

鼠标穿透

macOS

步骤

npm install
npm run electron:serve

npm run electron:build

下载 releases:https://github.com/xiajingren/xhznl-todo-list/releases

规划

  • todo/done 基本功能
  • 本地数据库存储
  • 软件自动更新
  • 数据导出为 excel
  • 开机启动
  • 鼠标穿透
  • 窗口贴边自动收起
  • ......