Simple reminder tool
- Input your time in minutes, when on time, the logo will be changed to red color
- Hover to tray icon to know how many seconds left
- Double click to tray icon to count from begining
- Get dependencies
cd ReminderTool2
yarn
- Run in dev mode
yarn run dev
- Build for production
yarn run build
then check build folder
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.