Cookbook
If you do not have a PWA yet, you can start with our simplest recipe and cook a quick PWA with the generateSW
strategy.
But maybe you feel adventurous and want to try a random recipe
PWA with `injectManifest`
Create a simple PWA and provide your own service worker to gain more control over the behavior.Setup
All Recipes
You can also browse recipes by category
-
Generate PWA Assets
Use a simple Vite-PWA script to generate all your assets.Setup -
Basic PWA with `generateSW`
The simplest way to make your Astro project an installable PWA with offline-support.Setup -
PWA with `injectManifest`
Create a simple PWA and provide your own service worker to gain more control over the behavior.Setup