victorgarciaesgi / regle

📏 Typescript first model-based form validation library for Vue 3
https://regle.vercel.app
MIT License
7 stars 0 forks source link
forms typescript validation vue vue-form vue-forms vue-typescript vue-validation vue-zod

regle cover

npm version npm download npm download

Regle

Regle \ʁɛɡl\ (French word for 'rule' ) is a Typescript-first model-based form validation library for Vue 3. It's heavily inspired by Vuelidate.

⚠️ Project is still in development, do not use it in production API or function names can still change

📚 Documentation

Documentation

🧰 Features

🎮 Play with it

TODO

🔌 Compatibility:

☑️ Roadmap

Maybe in roadmap

Quick install

pnpm install @regle/core @regle/rules
# or
yarn add @regle/core @regle/rules
# or
npm install @regle/core @regle/rules

📑 License

MIT License