# electron-demo **Repository Path**: RomanticCoder/electron-demo ## Basic Information - **Project Name**: electron-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-15 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明文件 electron 练习 ## npm安装electron缓慢或失败问题 设置下面环境变量后再安装即可,下面的windows下临时设置环境变量 ```cmd setx ELECTRON_MIRROR "https://npmmirror.com/mirrors/electron/" setx ELECTRON_CUSTOM_DIR "{{ version }}" ``` 官网安装指导:https://www.electronjs.org/zh/docs/latest/tutorial/installation#postinstall-script