sveltejs-kit-reroute
v2.6.5
Published
Customized version of Sveltekit v2.0 with async reroute, locals, headers and cookies as parameter.
Downloads
15
Readme
The fastest way to build Svelte apps
This is the SvelteKit framework and CLI.
The quickest way to get started is via the create-svelte package:
npm create svelte@latest my-app
cd my-app
npm install
npm run dev
See the documentation to learn more.