Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T05:58:43.000Z (about 6 years ago)
- Last Synced: 2024-10-12T05:09:08.424Z (3 months 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`]
```