-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SvelteKit example #124
Comments
@frederikhors right now this plugin and
All the tests carried out have been in vain, for the moment I recommend that you take a look at this repo: https://github.com/FunMiles/SveltekitPWA, that has some limitations like offline support (you need to register routes manually and since You can see this issue for more info: sveltejs/kit#1792 We are working to try to include it within You can try to disable the If you provide a repo to start testing with (with service worker module disabled), as soon as we have time we will do some tests ... |
@frederikhors maybe on this repo: https://github.com/svelte-society/sveltesociety.dev |
@frederikhors I can generate the service worker using the approach described on my first response, I'll try to add the pwa icons and the prompt for update behavior (and trying also adding offline support), I'll push changes on my main branch of my fork. |
@frederikhors later I'll provide a small guide with changes I made... |
@frederikhors I have it working, also with offline support, there are some entries not working (internal server error: 500) when requesting The main problem is that the structure doesn't fit well with I push the changes to the Since there is no I added 3 images on Also added the Update Added 2 new top modules to configure I have updated You should delete If you forget to delete previous directories, you will need to remove the service worker and then delete directories and rebuild the project again. Maybe including To run the app, just run You can see the /cc @FunMiles Once tested, you can cleanup the
As you can see, it is hard to configure properly: when using other With the Cheers. Files changed/added (blue files were changed, green ones added): |
added |
To run the app |
@frederikhors I'll add it soon, once #167 merged |
Add SvelteKit example.
The text was updated successfully, but these errors were encountered: