Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 550 Bytes

Ionic SvelteKit SSR Demo

A showcase app to show how to setup SvelteKit with SSR and Ionic PWA, delivering best of both worlds:

  • SEO and performance benefits for landing pages
  • Fast navigation and Ionic UI webcomponents in web app

Explanation - https://ionic.io/blog/pwas-using-sveltekit-and-ionic

Please note - there is an issue with adapter static icm SvelteKitPWA - you need to run build twice (or copy manually) the sw,workbox and manifest file from static to build to get the generated version

vite-pwa/docs#29