You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
A small open question : I plan to use sapper-template to experiment with client-side only PWAs. First for myself and small projects, but it also could be interesting to other people.
What would be the best way ?
maintaining a boilerplate as a subset of this template
in this case, is a shell script modifying this template a good idea ? (trimming the serverside/SSR part)
starting from scratch
It could be saw as a dumb question :) but I find the neat build configuration and tooling packed with the sapper template very useful and well done.
The text was updated successfully, but these errors were encountered:
I'm not sure it's currently possible at present, because the SSR is fairly integral to Sapper. But there's an issue for adding an SPA mode which would probably make all this very easy: sveltejs/sapper#383
@frederikhors not for now :)
Didn't have much time, and as the v3 of svelte is out now, it's maybe a good idea to wait a little that the ecosystem stabilize.
You can still easily achieve that using the sapper exportcommand (https://sapper.svelte.dev/docs#Exporting). This is what I use. My concern is just that it's a little cumbersome to trim down the sapper template each time I want to experiment a little side project that is completely static on the server-side.
Hi,
A small open question : I plan to use sapper-template to experiment with client-side only PWAs. First for myself and small projects, but it also could be interesting to other people.
What would be the best way ?
It could be saw as a dumb question :) but I find the neat build configuration and tooling packed with the sapper template very useful and well done.
The text was updated successfully, but these errors were encountered: