victorgarciaesgi / regle

Typescript first model-based validation library for Vue 3
MIT License
5 stars 0 forks source link

Please create a Nuxt module #1

Open martinszeltins opened 9 hours ago

martinszeltins commented 9 hours ago

It would be SUPER convenient to have a Nuxt module that registers auto-imports and sets everything up to avoid any manual work. That is what Nuxt modules are for and it would be very nice to have a Nuxt module.

Nuxt people are very used to installing modules via Nuxt devtools or via nuxi module add regle. Great DX ✨

And thanks to Nuxt auto-imports - it means we won't have to manually import rules, composables etc. it would all be automatic.