Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roxiness/routify

Automated Svelte routes
https://github.com/roxiness/routify

hacktoberfest

Last synced: 27 days ago
JSON representation

Automated Svelte routes

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/)