Menu
Libraries |
Category

svelte-pwa

  • A Progressive Web App (PWA) template specifically designed for Svelte applications
  • Provides essential PWA features including a service worker, manifest file, and offline capabilities
  • Includes installable PWA functionality (can be removed if not needed)
  • Offers offline fallback page (offline.html)
  • Requires customization of icons in /public/images/icons
  • Built following Google's PWA tutorial guidelines
  • Targets developers building installable, offline-capable Svelte applications

Key files:

  • public/service-worker.js - Service worker implementation
  • public/manifest.json - Web app manifest
  • public/offline.html - Offline fallback page

Resources:

sveltepwatemplateopen-source

Comments