https://github.com/ghostdevv/svelte-kit-package-no-router
An example of how you can use svelte kit package without a router
https://github.com/ghostdevv/svelte-kit-package-no-router
Last synced: 11 months ago
JSON representation
An example of how you can use svelte kit package without a router
- Host: GitHub
- URL: https://github.com/ghostdevv/svelte-kit-package-no-router
- Owner: ghostdevv
- Created: 2022-01-06T11:23:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T19:44:02.000Z (over 2 years ago)
- Last Synced: 2025-02-14T02:54:15.617Z (about 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Kit package without router
This is an example of how you can use `svelte-kit package` without any of the routing features.
# Why?
While I personally use the routing solution as documentation or testing for my package where I can, in some cases you just don't want it. For example on sites where I make my documentation in something like [Routify](https://routify.dev), or when you just need it to be a simple headless setup.