- Electron Projects
- Denys Vuika
- 150字
- 2021-06-24 12:14:40
Summary
In this chapter, we have successfully created a minimalistic markdown editor. We have walked through the process of integrating third-party editor components, wiring keyboard combinations, and performing messaging between the browser and Node.js parts of the Electron application. You should now have a better understanding of application deployments and automatic updates, as well as simple release management via the GitHub repository.
Then, you learned how to build a basic desktop application with system menu integration and access to the local filesystem. This is essentially the bare bones of a typical Electron project you are going to work on in the future. However, the Electron framework provides you with a wrapper around your web application. You still need to decide whether to use plain JavaScript, HTML, and CSS or employ an existing web framework to move faster. This is something we are going to look at in the next chapter.
- JSP網絡編程(學習筆記)
- Software Defined Networking with OpenFlow
- C語言程序設計基礎與實驗指導
- SQL for Data Analytics
- 人臉識別原理及算法:動態人臉識別系統研究
- Oracle BAM 11gR1 Handbook
- SQL基礎教程(視頻教學版)
- 精通網絡視頻核心開發技術
- 嚴密系統設計:方法、趨勢與挑戰
- Microsoft Azure Storage Essentials
- Android開發三劍客:UML、模式與測試
- 開源項目成功之道
- Python期貨量化交易實戰
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- Modular Programming with JavaScript