# plan_tool **Repository Path**: zhouyeshan/plan_tool ## Basic Information - **Project Name**: plan_tool - **Description**: 基于electron开发的桌面应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plan_tool 基于electron开发 Vue3 + TypeScript + Element ui + pinia + Electron + Sqlite ## **主要功能** 目标规划、每日任务、每日打卡 管理规划、每日任务 ## 项目 ### 安装依赖 ```bash $ npm install ``` ### 运行 ```bash $ npm run dev ``` ### 打包 ```bash # For windows $ npm run build:win # For macOS $ npm run build:mac # For Linux $ npm run build:linux ```