# baoan-oa **Repository Path**: wlFighting/baoan-oa ## Basic Information - **Project Name**: baoan-oa - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron打包步骤 1、安装electron:npm i electron@30.0.8 --save-dev 2、安装electron-builder:npm i electron-builder@24.13.3 --save-dev 3、将/lib文件夹内的两个文件复制到 C:\Users\administor\AppData\Local\electron\Cache(ps:electron-v30.0.8-win32-x64文件需要压缩一下,压缩时选择直接压缩,不要多加一层文件夹) 4、运行 npm run electron:build