Skip to content

Commit

Permalink
chore: update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 5, 2024
1 parent 26fe885 commit 5da3e9b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@

This library is a work in progress and in active development.

- [ ] support exporting to pure RegExp matcher
- [ ] support exporting to radix3/Nitro routes
- [ ] support exporting to `vue-router` routes with compatibility for [Nuxt](https://github.com/nuxt/nuxt) and [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)
- [ ] support exporting to SolidStart
- [ ] support exporting to sveltekit routes
- [ ] generic route parsing function with options to cover major filesystem routing patterns
- [x] [Nuxt](https://github.com/nuxt/nuxt)
- [ ] [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)
- [ ] export capability for framework routers
- [x] RegExp patterns
- [ ] `vue-router` routes
- [ ] [radix3](http://github.com/unjs/radix3)/[Nitro](https://nitro.unjs.io/) routes
- [ ] SolidStart
- [ ] sveltekit routes
- [ ] support scanning FS (with optional watch mode)
- [ ] and more

## Usage
Expand Down

0 comments on commit 5da3e9b

Please sign in to comment.