文件名称:PWA-cookbook:个人网站
文件大小:59KB
文件格式:ZIP
更新时间:2024-02-26 14:48:11
pwa service-worker service worker notification
PWA 该库没有使用其他。该库没有使用其他大型的Service Worker库,纯天然手写,相关的测试都已经通过了,适合新手参考。具体使用可以参考: 。 安装 首先,下载该库: git clone https://github.com/JimmyVV/PWA-cookbook 下载相关的npm包(本来想用纱线的,结果,发现它不能根据现有的包生成。 lockfile ,然后作罢)下载完成之后,运行即可: npm start 访问localhost:3000就可以看到: 下面的响应式网页了。 作者 田淮仁
【文件预览】:
PWA-cookbook-master
----push.key(163B)
----.eslintrc(502B)
----postcss.config.js(20B)
----public()
--------robots.txt(24B)
--------favicon.ico(3KB)
--------meta.html(108B)
--------humans.txt(103B)
----src()
--------index.html(271B)
--------store()
--------containers()
--------styles()
--------layouts()
--------components()
--------assets()
--------index.js(1KB)
--------routes()
----config()
--------webpack.config.js(7KB)
--------project.config.js(4KB)
--------karma.config.js(2KB)
--------environments.config.js(1KB)
----README.md(953B)
----.editorconfig(781B)
----.gitignore(54B)
----server()
--------main.js(3KB)
----bin()
--------compile.js(2KB)
--------dev-server.js(257B)
----.eslintignore(74B)
----package.json(4KB)