mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-30 06:12:47 -07:00
e4d4a75b88
* refactor: moved fs-router to standalone package * chore: remove useless split source function * feat: add simple test cases * fix: README formatting * fix: remove useless RouteSubNode * feat: update version to v0.4.4
13 lines
367 B
Markdown
13 lines
367 B
Markdown
# tuono-fs-router-vite-plugin
|
|
|
|
This is a vite plugin for [tuono](https://github.com/Valerioageno/tuono).
|
|
|
|
This package specifically handles the file system based routing.
|
|
|
|
Check [tuono](https://github.com/Valerioageno/tuono) for more.
|
|
|
|
## Credits
|
|
|
|
This plugin is strongly inspired by the [@tanstack/router](https://tanstack.com/router/latest)
|
|
route generator plugin.
|