@daugsbi/gatsby-theme-pwa
v0.0.1
Published
## Features
Downloads
7
Readme
PWA dependencies bundled by a gatsby theme
Features
- Offline Functionality (https://www.gatsbyjs.org/packages/gatsby-plugin-offline/)
- Web App Manifest (https://www.gatsbyjs.org/packages/gatsby-plugin-manifest/)
Quick Start
- Create your gatsby project
- Add this theme to your
gatsby-config.js
module.exports = {
plugins: ["@daugsbi/gatsby-theme-pwa"]
};