# electron-lessons **Repository Path**: QTDesign/electron-lessons ## Basic Information - **Project Name**: electron-lessons - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2023-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Electron开发实战 ![](https://s2.ax1x.com/2020/01/09/lRqUfA.png) ### 🎈开头 --- 使用 JavaScript, HTML 和 CSS 构建跨平台的桌面应用对于前端开发人员来说,应该是一件非常酷的事情! 感谢[Electron](https://github.com/electron/electron)为前端开发提供了多一种功能。 以下是我的学习经历,如有不对,欢迎指正,谢谢! ### 📝 章节目录 --- #### 基础API篇 - [第一章-征程](https://github.com/luojinxu520/electron-lessons/tree/master/lessons0) - [第二章-主进程与渲染进程](https://github.com/luojinxu520/electron-lessons/tree/master/lessons1) - [第三章-H5拖拽读取本地文件](https://github.com/luojinxu520/electron-lessons/tree/master/lessons2) - [第四章-快捷键注册及复制粘贴](https://github.com/luojinxu520/electron-lessons/tree/master/lessons3) - [第五章-渲染进程调用主进程模块](https://github.com/luojinxu520/electron-lessons/tree/master/lessons4) - [第六章-菜单模块](https://github.com/luojinxu520/electron-lessons/tree/master/lessons5) - [第七章-渲染进程与主进程间的通信](https://github.com/luojinxu520/electron-lessons/tree/master/lessons6) - [第八章-渲染进程与渲染进程间的通信](https://github.com/luojinxu520/electron-lessons/tree/master/lessons7) - [第九章-管理应用程序文件及url的加载方式](https://github.com/luojinxu520/electron-lessons/tree/master/lessons8) - [第十章-系统对话框模块](https://github.com/luojinxu520/electron-lessons/tree/master/lessons9) - 持续更新中... #### 其他 - [构建安装包及自动发布](https://github.com/luojinxu520/electron-lessons/tree/master/builder/) #### 项目 - [飞鸽-基于React与Electron开发的文档处理工具](https://github.com/luojinxu520/pigeon)