- 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.
- Google Apps Script for Beginners
- Learning Real-time Processing with Spark Streaming
- Building a Game with Unity and Blender
- Linux核心技術從小白到大牛
- Web Application Development with R Using Shiny(Second Edition)
- Designing Hyper-V Solutions
- C/C++常用算法手冊(第3版)
- Python王者歸來
- 機械工程師Python編程:入門、實戰與進階
- CouchDB and PHP Web Development Beginner’s Guide
- C語言程序設計
- C/C++數據結構與算法速學速用大辭典
- Oracle實用教程
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Test-Driven iOS Development with Swift