2 Star 2 Fork 0

yedajiang44/TerminalEmulatorWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
angular.json 4.56 KB
一键复制 编辑 原始数据 按行查看 历史
yedajiang44 提交于 2021-02-18 22:16 . update to 11 version
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"emulator": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "less"
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/emulator",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.less"],
"scripts": ["node_modules/ajv/dist/ajv.bundle.js"],
"allowedCommonJsDependencies": [
"@ant-design/colors",
"@antv/adjust",
"@antv/attr",
"@antv/component",
"@antv/g-base",
"@antv/g-canvas",
"@antv/g-math",
"@antv/g-svg",
"@antv/path-util",
"@antv/util",
"file-saver",
"hammerjs"
]
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "emulator:build",
"proxyConfig": "proxy.conf.json"
},
"configurations": {
"production": {
"browserTarget": "emulator:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "emulator:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.less"],
"scripts": ["node_modules/ajv/dist/ajv.bundle.js"]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "emulator:serve"
},
"configurations": {
"production": {
"devServerTarget": "emulator:serve:production"
}
}
}
}
}
},
"defaultProject": "emulator",
"schematics": {
"ng-alain:module": {
"routing": true,
"spec": false
},
"ng-alain:list": {
"spec": false
},
"ng-alain:edit": {
"spec": false,
"modal": true
},
"ng-alain:view": {
"spec": false,
"modal": true
},
"ng-alain:curd": {
"spec": false
},
"@schematics/angular:module": {
"routing": true,
"skipTests": true
},
"@schematics/angular:component": {
"flat": false,
"inlineStyle": true,
"inlineTemplate": false,
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yedajiang44/TerminalEmulatorWeb.git
[email protected]:yedajiang44/TerminalEmulatorWeb.git
yedajiang44
TerminalEmulatorWeb
TerminalEmulatorWeb
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385