# stopwatch **Repository Path**: Hoysing/stopwatch ## Basic Information - **Project Name**: stopwatch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-08 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Stopwatch The stopwatch desktop app,use electron technology. Support the stopwatch,pomodoro,custom timer. Preview page: `https://avinash201199.github.io/stopwatch` Fork from `https://github.com/avinash201199/stopwatch` ## Build Build the exe file,Run the command as an administrator: ```sh npm run electron:build ``` ## Reference [基本问题](./chat.md) [用electron+vite+vue3搭建桌面端项目,electron基础配置](https://juejin.cn/post/7360899424107970586) [electron 窗口隐藏后setInterval函数出现执行时间延迟的问题](https://blog.csdn.net/qq_15801963/article/details/115871793)