Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrusenn/routersveltetemplate
Routing for svelte
https://github.com/andrusenn/routersveltetemplate
router routing spa svelte
Last synced: about 1 month ago
JSON representation
Routing for svelte
- Host: GitHub
- URL: https://github.com/andrusenn/routersveltetemplate
- Owner: andrusenn
- Created: 2020-07-17T16:02:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T17:07:48.000Z (4 months ago)
- Last Synced: 2024-11-15T13:51:47.024Z (about 1 month ago)
- Topics: router, routing, spa, svelte
- Language: JavaScript
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Routing components for Svelte
This is a personal solution for routing in svelte used in my projects.
## Demo template
Clone demo template:
1. `npx degit andrusenn/RouterSvelteTemplate/template template`
2. `cd template`
3. `npm install`
4. `npm run dev` or `npm run start`Check [README](https://github.com/andrusenn/RouterSvelteTemplate/blob/master/package/svelte-routed/README.md) for more data and use.