# electron_vue3 **Repository Path**: IT-bear/electron_vue3 ## Basic Information - **Project Name**: electron_vue3 - **Description**: 一个开箱即用的 electron框架,使用 electron + Vue + ElementPlus + Vite + Ts 搭建 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://gitee.com/IT-bear - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 4 - **Created**: 2024-10-30 - **Last Updated**: 2026-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: 桌面开发, Electron, Vue, TypeScript, vite ## README # Electron + Vue3 开发模板 一个基于 Electron + Vue3 + Vite7 的桌面应用开发模板,集成了主流前端技术栈,开箱即用。 ## 技术栈 | 类别 | 技术 | | ---------- | -------------------------- | | 构建工具 | Vite 7 | | 桌面框架 | Electron v40.3.0 | | 前端框架 | Vue 3 (Composition API) | | UI 组件库 | Element Plus | | 路由管理 | Vue Router | | 状态管理 | Pinia | | HTTP 请求 | Axios 或 Fetch 或 IPC 代理 | | 本地数据库 | better-sqlite3 | | 消息通信 | MQTT | | 样式方案 | SCSS | | 代码规范 | ESLint + Prettier | ## 项目特性 - **Composition API**:基于 Vue3 `