- Electron Projects
- Denys Vuika
- 246字
- 2021-06-24 12:14:41
Building an Electron application with Angular
This section assumes that you already have experience with the Angular framework. To find out more, please refer to the Angular Quickstart section at https://angular.io/guide/quickstart.
To get the application up and running fast, we are going to use the Angular CLI. The Angular CLI is a project that's maintained by the Angular team. It's described in the official documentation (https://angular.io/cli#cli-overview-and-command-reference) as follows:
You can install the latest version of the Angular CLI through the NPM package manager. Typically, developers install it as a global tool so that they can generate a new project in any folder using the command-line tool or Terminal application.
To find out more about the Angular CLI, and globally get a list of all supported commands with a detailed explanation of what they do, please go to https://angular.io/cli.
Run the following command to install the CLI:
npm i -g @angular/cli@latest
The output should look similar to the following:
/usr/local/bin/ng -> /usr/local/lib/node_modules/@angular/cli/bin/ng
+ @angular/cli@7.3.8
The NPM package manager downloads and installs the Angular CLI and all its dependencies. Upon completion, it also registers a new global ng command that you can use anywhere.
Now, let's create our Angular project scaffold, which we will use with the Electron shell.
- UML和模式應用(原書第3版)
- LabVIEW Graphical Programming Cookbook
- 程序員面試筆試寶典
- Java:Data Science Made Easy
- 秒懂設計模式
- Python機器學習實戰
- C#程序設計基礎:教程、實驗、習題
- Learning Zurb Foundation
- Android程序設計基礎
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Python從入門到精通(第3版)
- Nagios Core Administration Cookbook(Second Edition)
- Learning Android Application Testing
- 超簡單:用Python讓Excel飛起來(實戰150例)
- 軟件測試(慕課版)