Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roxiness/routify
Automated Svelte routes
https://github.com/roxiness/routify
hacktoberfest
Last synced: 27 days ago
JSON representation
Automated Svelte routes
- Host: GitHub
- URL: https://github.com/roxiness/routify
- Owner: roxiness
- Created: 2019-09-25T18:13:42.000Z (about 5 years ago)
- Default Branch: next
- Last Pushed: 2024-05-18T07:54:21.000Z (6 months ago)
- Last Synced: 2024-05-23T07:49:38.239Z (6 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://routify.dev
- Size: 9.19 MB
- Stars: 1,835
- Watchers: 20
- Forks: 86
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Routify 3
## Install
Create a new Routify project with
npm init routify@latest
## Using Routify
#### Creating a router
Basic
```html
import { Router } from '@roxi/routify'
import routes from '../.routify/routes.default.js'```
[Docs](https://v3.routify.dev/)