vuejs / vue-requests

Need a Vue.js module or looking for ideas?
MIT License
69 stars 6 forks source link

Proper built-in Form validation like angular #37

Open NinjaDev3 opened 6 years ago

NinjaDev3 commented 6 years ago

Form validation is a very essential part of an web application. Ofcourse there are some famous packages that help us do so but they are not error free or they don't satisfy all needs so. It would be great if the core vue team creates a package for all the vue lovers and develops..

leevigraham commented 6 years ago

I think this should be restated as: "Built-in model validation"

leopiccionia commented 6 years ago

Isn't it what Vuelidate is for? It's featured in vue-curated, what means it's considered a high-quality package, and though it's hosted in Monterail, one of its creators (@shentao) is now Vue core member.

probil commented 6 years ago

Agree with @leopiccionia, vuelidate is awesome. Light and powerful