- Electron Projects
- Denys Vuika
- 162字
- 2021-06-24 12:14:34
Summary
In this chapter, we walked through a brief history of Electron and learned how to configure a development environment on popular platforms such as macOS, Windows, and Ubuntu Linux. You also looked at the various configuration options you can implement for your Electron applications so that you can build, distribute, and run them on the corresponding platforms.
As you can see, not just the applications that are built with the Electron framework are cross-platform—the development process is nearly identical too, thanks to Node.js and NPM. You can work on a single platform and even build distribution packages for other platforms, though you usually need to have access to real or virtual machines to run and test apps.
In the next chapter, we are going to focus on application development and our first project implementation. We are going to build a markdown editor project so that you can understand how a web application can be integrated with the desktop shell.
- Vue.js 3.x快速入門
- Android應用程序開發(fā)與典型案例
- 數(shù)據(jù)結(jié)構(gòu)和算法基礎(chǔ)(Java語言實現(xiàn))
- R語言編程指南
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓版)
- 表哥的Access入門:以Excel視角快速學習數(shù)據(jù)庫開發(fā)(第2版)
- Gradle for Android
- MATLAB for Machine Learning
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實戰(zhàn)
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學速用大辭典
- Zabbix Performance Tuning
- Flask Web開發(fā):基于Python的Web應用開發(fā)實戰(zhàn)(第2版)
- Clojure Polymorphism
- 會當凌絕頂:Java開發(fā)修行實錄
- Tableau Dashboard Cookbook