代码拉取完成,页面将自动刷新
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ng-zorro-antd-doc": {
"root": "",
"sourceRoot": "site/doc",
"projectType": "application",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/browser",
"index": "./site/doc/index.html",
"main": "./site/doc/main.ts",
"tsConfig": "./site/doc/tsconfig.app.json",
"polyfills": "./site/doc/polyfills.ts",
"assets": [
"site/doc/assets",
"site/doc/manifest.json",
"site/doc/favicon.ico",
"site/doc/404.html",
"site/doc/google854eb8b183564acb.html",
"site/doc/robots.txt",
{
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
},
{
"glob": "**/*",
"input": "./node_modules/monaco-editor/min/vs",
"output": "/assets/vs/"
}
],
"styles": [
"site/doc/styles.less"
],
"allowedCommonJsDependencies": [
"codesandbox",
"codesandbox-import-utils",
"@ant-design/colors"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "./site/doc/environments/environment.ts",
"with": "./site/doc/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
},
"pre-production": {
"fileReplacements": [
{
"replace": "./site/doc/environments/environment.ts",
"with": "./site/doc/environments/environment.pre-prod.ts"
}
],
"serviceWorker": false
},
"es5": {
"tsConfig": "./site/doc/tsconfig.es5.json"
}
},
"defaultConfiguration": ""
},
"server": {
"builder": "@angular-devkit/build-angular:server",
"options": {
"outputPath": "dist/server",
"main": "./site/doc/main.server.ts",
"tsConfig": "./site/doc/tsconfig.server.json",
"sourceMap": true,
"optimization": false
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "./site/doc/environments/environment.ts",
"with": "./site/doc/environments/environment.prod.ts"
}
]
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-zorro-antd-doc:build"
},
"configurations": {
"production": {
"browserTarget": "ng-zorro-antd-doc:build:production"
}
}
},
"serve-ssr": {
"builder": "@nguniversal/builders:ssr-dev-server",
"options": {
"browserTarget": "ng-zorro-antd-doc:build",
"serverTarget": "ng-zorro-antd-doc:server"
},
"configurations": {
"production": {
"browserTarget": "ng-zorro-antd-doc:production",
"serverTarget": "ng-zorro-antd-doc:production"
}
}
},
"prerender": {
"builder": "@nguniversal/builders:prerender",
"options": {
"browserTarget": "ng-zorro-antd-doc:build:production",
"serverTarget": "ng-zorro-antd-doc:server:production",
"routesFile": "scripts/prerender/route-paths.txt"
},
"configurations": {
"production": {}
}
}
}
},
"ng-zorro-antd-iframe": {
"root": "",
"sourceRoot": "site/iframe",
"projectType": "application",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/browser/iframe",
"index": "./site/iframe/index.html",
"main": "./site/iframe/main.ts",
"tsConfig": "./site/iframe/tsconfig.app.json",
"polyfills": "./site/iframe/polyfills.ts",
"assets": [
{
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
}
],
"styles": [
"components/ng-zorro-antd.less"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "./site/iframe/environments/environment.ts",
"with": "./site/iframe/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"serviceWorker": true
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-zorro-antd-iframe:build"
},
"configurations": {
"production": {
"browserTarget": "ng-zorro-antd-iframe:build:production"
}
}
}
}
},
"ng-zorro-antd-doc-e2e": {
"root": "",
"sourceRoot": "",
"projectType": "application"
},
"ng-zorro-antd-lib": {
"root": "components",
"projectType": "library",
"prefix": "nz",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "components/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "components/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "components/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"fileReplacements": [
{
"replace": "components/core/environments/environment.ts",
"with": "components/core/environments/environment.test.ts"
}
],
"assets": [
{
"glob": "**/*",
"input": "./node_modules/monaco-editor/min/vs",
"output": "/assets/vs/"
}
],
"main": "components/test.ts",
"karmaConfig": "components/karma.conf.js",
"polyfills": "components/polyfills.ts",
"tsConfig": "components/tsconfig.spec.json",
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"fix": true,
"lintFilePatterns": [
"components/**/*.ts",
"components/**/*.html"
]
}
}
}
}
},
"defaultProject": "ng-zorro-antd-doc",
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"style": "less"
},
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。