https://github.com/csbun/workbox-examples
Examples for Workbox
https://github.com/csbun/workbox-examples
pwa service-worker workbox
Last synced: 9 months ago
JSON representation
Examples for Workbox
- Host: GitHub
- URL: https://github.com/csbun/workbox-examples
- Owner: csbun
- License: mit
- Created: 2018-03-01T12:27:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T12:32:13.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T15:04:25.736Z (10 months ago)
- Topics: pwa, service-worker, workbox
- Language: JavaScript
- Size: 217 KB
- Stars: 34
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workbox-examples
Examples for Workbox@3.0.0
## Get Started
[Demo](https://csbun.github.io/workbox-examples/workbox-get-started/index.html)
|
[Source Code](https://github.com/csbun/workbox-examples/tree/master/workbox-get-started)
## Cross Origin
[Demo](https://csbun.github.io/workbox-examples/workbox-cross-origin/index.html)
|
[Source Code](https://github.com/csbun/workbox-examples/tree/master/workbox-cross-origin)
## Using CLI
[Demo](https://csbun.github.io/workbox-examples/workbox-using-cli/index.html)
|
[Source Code](https://github.com/csbun/workbox-examples/tree/master/workbox-using-cli)
## Using Webpack
[Demo](https://csbun.github.io/workbox-examples/workbox-using-webpack/dist/index.html)
|
[Source Code](https://github.com/csbun/workbox-examples/tree/master/workbox-using-webpack)
## Read More
[了解更多](http://csbun.github.io/blog/2018/02/workbox/)