2025-03-29 14:35:49 +08:00

21 lines
384 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# electron
入门教程: [禹神一小时快速上手Electron前端Electron开发教程\_哔哩哔哩\_bilibili](https://www.bilibili.com/video/BV1sE421N7M5/)
官网:
electron-vite
electron builder
## 流程模型
![](assets/1-electron-20240703173853492.jpg)
## 进程通讯
### 渲染进程 ==> 主进程
### 渲染进程 <==> 主进程
### 主进程 ==> 渲染进程