Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 322 Bytes

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