9 Star 20 Fork 11

stbui / angular-material-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ngsw-config.json 927 Bytes
一键复制 编辑 原始数据 按行查看 历史
stbui 提交于 2019-05-30 14:16 . chore: update version 0.8.0
{
"index": "/index.html",
"appData": {
"name": "angular-material-app",
"description": "基于最新`Angular 8`框架与`Material 2`技术的企业级中后台前端应用框架,涵盖了大量的常用组件和基础功能,您可以快速开发各种后台系统,最大程度上帮助企业节省时间成本和费用开支。"
},
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": ["/favicon.ico", "/index.html", "/*.css", "/*.js"]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": ["/assets/**"]
}
}
],
"dataGroups": [
{
"name": "api-freshness",
"urls": ["/stbui"],
"cacheConfig": {
"strategy": "freshness",
"maxSize": 100,
"maxAge": "3d",
"timeout": "10s"
}
}
]
}
TypeScript
1
https://gitee.com/425048/angular-material-app.git
git@gitee.com:425048/angular-material-app.git
425048
angular-material-app
angular-material-app
master

搜索帮助