# Electron-app **Repository Path**: wenxiaod/electron-app ## Basic Information - **Project Name**: Electron-app - **Description**: Electron桌面应用空白模板,技术栈:Vite5.3、Vue3.4、TypeScript5.5 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-08 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, Vue, TypeScript ## README # 项目简介 Electron桌面应用空白模板,技术栈:Vite5.3、Vue3.4、TypeScript5.5 ## 技术参考 **electron**: https://www.electronjs.org/zh/docs/latest/
**electron-vite**: https://cn.electron-vite.org/
**pinia**: https://pinia.vuejs.org/zh/introduction.html ### 图示 ![图示](src/renderer/src/assets/img/ex.png) ### 安装依赖 ```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 ```