0.0.1 • Published 6 years ago

@daugsbi/gatsby-theme-pwa v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

PWA dependencies bundled by a gatsby theme

Features

Quick Start

  • Create your gatsby project
  • Add this theme to your gatsby-config.js
module.exports = {
  plugins: ["@daugsbi/gatsby-theme-pwa"]
};