image.png

官网:https://angular.io/
中文官网:https://angular.cn/
中文文档:https://angular.cn/docs

UI:

环境依赖:

参考:[NPM常用命令](https://www.yuque.com/zenkr/share/npm-commands)

全局安装 Angular CLI

  1. npm install -g @angular/cli

常用命令

  1. ng --version # 查看 Angular CLI 版本
  2. ng new NAME # 新建Angular项目
  3. ng build -prod # 生产环境编译
  4. ng serve # 启动开发服务器

安装 bootstrap / ng-bootstrap

  1. npm install --save bootstrap@4.0.0-beta
  2. npm install --save @ng-bootstrap/ng-bootstrap
  3. npm install --save font-awesome