官方指南
请确认你所使用的文档与你的 Electron 版本匹配。 版本号应该是页面URL的一部分。 If it’s not, you are probably using the documentation of a development branch which may contain API changes that are not compatible with your Electron version. 如果想要访问旧版本的文档,你可以浏览标签: 通过在 GitHub 中打开下拉菜单“Switch branches/tags”中选择与你的版本匹配的分支。
常见问题 (FAQ)
这里是一些被经常问到的问题,在创建 issue 之前请先看一下这里。
指南和教程
详细教程
这些独立教程扩展了上面指南中所讨论的主题。
- 安装 Electron
- Electron发布 & 开发者反馈
- 用 asar 打包 App 源代码
- 测试 Widevine CDM
- 使用 Pepper Flash 插件
API 参考
自定义 DOM 元素:
主进程可用的模块:
- app
- autoUpdater
- BrowserView
- BrowserWindow
- contentTracing
- dialog
- globalShortcut
- inAppPurchase
- ipcMain
- Menu
- MenuItem
- net
- netLog
- 通知
- powerMonitor
- powerSaveBlocker
- protocol
- screen
- session
- systemPreferences
- 触控板
- Tray
- webContents
渲染进程(网页)可用的模块:
两种进程都可用的模块:
开发
请查看