# electron-template **Repository Path**: eric_ts/electron-template ## Basic Information - **Project Name**: electron-template - **Description**: electron-vite + vue3 + ts 项目模板 - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron_20260317 An Electron application with Vue and TypeScript ### 构建方式 ```bash pnpm create @quick-start/electron ``` ### 安装 ```bash $ pnpm install ``` ### Development ```bash $ pnpm dev ``` ### Build ```bash # For windows $ pnpm build:win # For macOS $ pnpm build:mac # For Linux $ pnpm build:linux ```