- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 60字
- 2021-06-30 19:12:08
Installing Angular CLI
To install the Angular CLI in your Terminal, run the following command:
npm install -g @angular/cli
That should install the Angular CLI globally and give you access to the ng command to create new projects.
To test it, you can run the following command, which should show you a list of features available for use:
ng
推薦閱讀
- Git Version Control Cookbook
- Python自然語言處理實戰:核心技術與算法
- MongoDB for Java Developers
- Scala編程實戰(原書第2版)
- Linux Shell核心編程指南
- Test-Driven Development with Django
- Python全棧數據工程師養成攻略(視頻講解版)
- LabVIEW虛擬儀器入門與測控應用100例
- 計算機應用基礎項目化教程
- Vue.js光速入門及企業項目開發實戰
- 創意UI Photoshop玩轉移動UI設計
- UI動效設計從入門到精通
- SQL Server on Linux
- Learning Rust
- Java無難事:詳解Java編程核心思想與技術(第2版)