https://github.com/mottox2/gatsby-plugin-workbox
Gatsby plugin which provides service worker by Workbox
https://github.com/mottox2/gatsby-plugin-workbox
gatsby gatsby-plugin workbox
Last synced: about 1 month ago
JSON representation
Gatsby plugin which provides service worker by Workbox
- Host: GitHub
- URL: https://github.com/mottox2/gatsby-plugin-workbox
- Owner: mottox2
- Created: 2018-05-17T12:33:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T05:58:43.000Z (over 7 years ago)
- Last Synced: 2025-02-14T12:57:07.277Z (over 1 year ago)
- Topics: gatsby, gatsby-plugin, workbox
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gatsby-plugin-workbox
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-plugin-workbox
This plugin is deprecated because gatsby-plugin-office now use workbox to generate sw.js.
https://github.com/gatsbyjs/gatsby/pull/7605
## Install
via npm
```
npm install --save gatsby-plugin-workbox
```
via yarn
```
yarn add gatsby-plugin-workbox
```
## How to use
```javascript
// In your gatsby-config.js
plugins: [`gatsby-plugin-workbox`]
```