Skip to content

Commit 5da3e9b

Browse files
committed
chore: update roadmap
1 parent 26fe885 commit 5da3e9b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313

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

16-
- [ ] support exporting to pure RegExp matcher
17-
- [ ] support exporting to radix3/Nitro routes
18-
- [ ] 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)
19-
- [ ] support exporting to SolidStart
20-
- [ ] support exporting to sveltekit routes
16+
- [ ] generic route parsing function with options to cover major filesystem routing patterns
17+
- [x] [Nuxt](https://github.com/nuxt/nuxt)
18+
- [ ] [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)
19+
- [ ] export capability for framework routers
20+
- [x] RegExp patterns
21+
- [ ] `vue-router` routes
22+
- [ ] [radix3](http://github.com/unjs/radix3)/[Nitro](https://nitro.unjs.io/) routes
23+
- [ ] SolidStart
24+
- [ ] sveltekit routes
25+
- [ ] support scanning FS (with optional watch mode)
2126
- [ ] and more
2227

2328
## Usage

0 commit comments

Comments
 (0)