前端analysis | 3w & 1h

《 Angular8 》 - angular.json文件你了解多少?

2020-07-10

angular.json

  • 相对于项目root 路径配置
  • 有关workspace和项目的配置
  • angular-cli自动生成的

文件结构

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1, # 配置文件版本
  "newProjectRoot": "projects", # 新项目code存放路径
  "projects": { # 项目集合,定义了项目相关配置
    "angular-demo": {
      .....
    }
  },
  "defaultProject": "angular-demo", # 默认于cli交互的项目
  "cli": { # cli命令
    "defaultCollection": "@ngrx/schematics"
  }
}
使用支付宝打赏
使用微信打赏

若你觉得我的文章对你有帮助,欢迎点击上方按钮对我打赏