Electron

BellLab 教程总目录

BellLab 教程总目录

推荐阅读路径:Part 1 → Part 2 → Part 3


Part 1:Electron 基础(从 0 入门)

  1. 01-what-is-electron
  2. 02-first-app
  3. 03-process-model
  4. 04-window-management
  5. 05-native-api
  6. 06-security
  7. 07-data-storage
  8. 08-packaging
  9. 09-testing
  10. 10-performance
  11. 11-code-signing-release
  12. 12-cross-platform
  13. 13-react-to-electron ⭐ React 开发者速通

Part 2:自动更新与增量更新

  1. 01-update-overview
  2. 02-electron-updater
  3. 03-asar-hot-patch
  4. 04-web-bundle-update
  5. 05-update-best-practices

注:本部分讨论的是“应用更新(OTA)”,不是开发期 HMR。


Part 3:OpenClaw 桌面端实战

  1. 01-architecture
  2. 02-gateway-integration
  3. 03-websocket-connection
  4. 04-menubar-tray
  5. 05-webchat-window
  6. 06-canvas-system
  7. 07-ipc-bridge
  8. 08-config-management
  9. 09-auto-update
  10. 10-packaging-release

建议补充(下一步)

  • 增加 examples/ 可运行示例
  • 增加“每章练习题 + 验收标准”
  • 在关键章节补“常见踩坑与排查路径”