1 Star 0 Fork 157

finallycc / erupt-web

forked from YuePeng / erupt-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ngsw-config.json 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
YuePeng 提交于 2021-04-01 13:22 . 🔥 开源前端源码
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/manifest.webmanifest",
"/*.css",
"/*.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**",
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
]
}
}
]
}
TypeScript
1
https://gitee.com/itfeely/erupt-web.git
git@gitee.com:itfeely/erupt-web.git
itfeely
erupt-web
erupt-web
master

搜索帮助