- 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.
- 軟件項目管理(第2版)
- ASP.NET Core 5.0開發入門與實戰
- 精通Python自然語言處理
- C++從入門到精通(第5版)
- R Data Science Essentials
- GitHub入門與實踐
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 大學計算機基礎實訓教程
- 量子計算機編程:從入門到實踐
- Python實戰指南:手把手教你掌握300個精彩案例
- Learning Node.js for Mobile Application Development
- Salt Cookbook
- 自學Python:編程基礎、科學計算及數據分析
- MySQL 5.7從入門到精通(視頻教學版)(第2版)
- Mastering WooCommerce 4