Electron
BellLab 教程总目录
BellLab 教程总目录
推荐阅读路径:Part 1 → Part 2 → Part 3
Part 1:Electron 基础(从 0 入门)
- 01-what-is-electron
- 02-first-app
- 03-process-model
- 04-window-management
- 05-native-api
- 06-security
- 07-data-storage
- 08-packaging
- 09-testing
- 10-performance
- 11-code-signing-release
- 12-cross-platform
- 13-react-to-electron ⭐ React 开发者速通
Part 2:自动更新与增量更新
- 01-update-overview
- 02-electron-updater
- 03-asar-hot-patch
- 04-web-bundle-update
- 05-update-best-practices
注:本部分讨论的是“应用更新(OTA)”,不是开发期 HMR。
Part 3:OpenClaw 桌面端实战
- 01-architecture
- 02-gateway-integration
- 03-websocket-connection
- 04-menubar-tray
- 05-webchat-window
- 06-canvas-system
- 07-ipc-bridge
- 08-config-management
- 09-auto-update
- 10-packaging-release
建议补充(下一步)
- 增加
examples/可运行示例 - 增加“每章练习题 + 验收标准”
- 在关键章节补“常见踩坑与排查路径”