# electron-template-vite **Repository Path**: hezebin-electron/electron-template-vite ## Basic Information - **Project Name**: electron-template-vite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-30 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-template-vite An Electron application with React and TypeScript ## Project Setup ### Install ```bash $ yarn ``` ### Development ```bash $ yarn dev ``` ### Build ```bash # For windows $ yarn build:win # For macOS $ yarn build:mac # For Linux $ yarn build:linux ``` ### Publish ``` releaseNotes: | 更新内容: 1.xxxx 2.yyy 3.zzz ```