roxiness / routify

Automated Svelte routes

Home Page:https://routify.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Routify 3

Install

Create a new Routify project with

npm init routify@latest

Using Routify

Creating a router

Basic

<script>
    import { Router } from '@roxi/routify'
    import routes from '../.routify/routes.default.js'
</script>

<Router {routes} />

Docs

About

Automated Svelte routes

https://routify.dev

License:MIT License


Languages

Language:JavaScript 88.9%Language:Svelte 10.9%Language:HTML 0.2%