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
I can't find a resource which explains how SPA, no-SSR sveltekit build should be integrated with backend frameworks and their templating solutions!
private
sveltekit-project
public
svelte-build ---> build target dir where the build files are accessible from a client
backend-templates
template -----> import the SPA build from ../public/svelte-build as a resource into the template and yet
- be able to use sveltkit routing
- be able to client-side debug the SPA during dev-builds
If one is to go out and beyond of the trivial sveltekit project structure there's no explanation whatsoever.
Anyone familiar with integration with backend templates?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I can't find a resource which explains how SPA, no-SSR sveltekit build should be integrated with backend frameworks and their templating solutions!
If one is to go out and beyond of the trivial sveltekit project structure there's no explanation whatsoever.
Anyone familiar with integration with backend templates?
Beta Was this translation helpful? Give feedback.
All reactions