# Electron **Repository Path**: nikkt/electron ## Basic Information - **Project Name**: Electron - **Description**: Electron .. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-17 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1. 打开开发者工具 Ctrl+Shift+I ### 2.remote模块问题修复 在Electron14之后内置remote模块已经被移除,用enableRemoteModule开启remote也不能用了 解决方法:使用 @electron/remote模块替代 npm install --save @electron/remote