# Umi-Electron **Repository Path**: lengineerc/umi-electron ## Basic Information - **Project Name**: Umi-Electron - **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-01-06 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端代码 ### 安装 先切换`node 20.18.0`执行`yarn install` 再切换`node 16.20.2`进行下列操作 ### 运行 - 启动渲染进程: `yarn start-renderer` - 启动主进程: `yarn start-main` ### 打包 - 打包为`.exe`: `yarn exe`