https://github.com/roxiness/routify
Automated Svelte routes
https://github.com/roxiness/routify
hacktoberfest
Last synced: 3 days ago
JSON representation
Automated Svelte routes
- Host: GitHub
- URL: https://github.com/roxiness/routify
- Owner: roxiness
- Created: 2019-09-25T18:13:42.000Z (over 5 years ago)
- Default Branch: next
- Last Pushed: 2024-10-26T16:30:56.000Z (4 months ago)
- Last Synced: 2024-10-29T15:11:05.970Z (4 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://routify.dev
- Size: 9.14 MB
- Stars: 1,877
- Watchers: 20
- Forks: 88
- Open Issues: 48
-
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/)