Showcasing Ionic 6 Svelte Vite integration - beta!

Happy to announce a full upgrade of my earlier project to integrate Ionic with Svelte.

This time, improved and supercharged using Vite-power!

Design objectives

  • Use all Ionic 6 UI elements
  • Fast bundler using VITE
  • Easy PWA configuration with good documentation - using zero-config Vite (https://vite-plugin-pwa.netlify.app/)
  • Deployable as PWA
  • File based router (using Roxy/Routify)

As far as I can see now, the current new version is getting there pretty close.

Nevertheless, there are known and unknown issues.

Published as web app: https://ionicsvelte.firebaseapp.com

Yes - showcasing the great Ionic components

Want to download a copy?

npx degit Tommertom/svelte-ionic-app svelte-ionic-app
cd svelte-ionic-app
npm i
npm run dev

And happy to hear your feedback or code contributions, as there is still some work to be done on some hard stuff (e.g. page transitions) to make the experience almost similar to the documentation

Thx

Tom