67 Star 473 Fork 149

GVPphodal / ledge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ngsw-config.json 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2020-04-08 15:00 . feat: try to add services worker
{
"$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/phodal/ledge.git
git@gitee.com:phodal/ledge.git
phodal
ledge
ledge
master

搜索帮助