1 Star 0 Fork 0

vant / show-me-the-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
angular.json 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
intellild 提交于 2019-08-11 22:55 . create-one
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"show-me-the-code": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss",
"skipTests": true
},
"@schematics/angular:class": {
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:guard": {
"skipTests": true
},
"@schematics/angular:module": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
}
},
"root": "",
"sourceRoot": "client",
"prefix": "app",
"architect": {
"build": {
"builder": "ngx-build-plus:build",
"options": {
"outputPath": "dist/show-me-the-code",
"index": "client/index.html",
"main": "client/main.ts",
"polyfills": "client/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"client/favicon.ico",
"client/assets"
],
"styles": [
"client/styles.scss"
],
"scripts": []
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "client/environments/environment.ts",
"with": "client/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": true,
"aot": true,
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true,
"budgets": []
}
}
},
"serve": {
"builder": "ngx-build-plus:dev-server",
"options": {
"browserTarget": "show-me-the-code:build",
"proxyConfig": "proxy.conf.json"
},
"configurations": {
"production": {
"browserTarget": "show-me-the-code:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "show-me-the-code:build"
}
}
}
}
},
"defaultProject": "show-me-the-code"
}
1
https://gitee.com/vant-contrib/show-me-the-code.git
git@gitee.com:vant-contrib/show-me-the-code.git
vant-contrib
show-me-the-code
show-me-the-code
master

搜索帮助