- Electron Projects
- Denys Vuika
- 164字
- 2021-06-24 12:14:40
Integrating with Angular, React, and Vue
With the rapid evolution of web technologies and frameworks, we no longer need to build our web applications from scratch. There's a vast variety of component libraries, feature libraries, extensions, and frameworks that combine the most reusable building blocks for our needs.
In this chapter, we are going to focus on three essential frameworks that most modern developers use, as follows:
- Angular, which is backed by Google
- React, which is backed by Facebook
- Vue.js, which is backed by Evan You and its sponsors
You are about to go through the process of setting up three different projects for each web framework. As part of this practical exercise, you will learn how to configure the live reloading feature, integrate UI toolkits and component libraries, and set up application routing.
In this chapter, we will cover the following topics:
- Building an Electron application with Angular
- Building an Electron application with React
- Building an Electron application with Vue.js
Let's get started!
推薦閱讀
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 程序員考試案例梳理、真題透解與強化訓練
- Java Web程序設計
- Apache Karaf Cookbook
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Learning Continuous Integration with TeamCity
- Quantum Computing and Blockchain in Business
- 軟件項目管理實用教程
- GameMaker Essentials
- Fast Data Processing with Spark(Second Edition)
- Mastering AWS Security
- Docker:容器與容器云(第2版)
- C語言從入門到精通
- HTML5程序設計基礎教程
- Practical Time Series Analysis