logaretm/vee-validate

✅ Painless Vue forms

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 12 minutes ago
Added to GitGenius on September 5th, 2026
Created on July 30th, 2016
Open Issues & Pull Requests: 171 (+0)
GitHub issues: Enabled
Number of forks: 1,299
Total Stargazers: 11,264 (+0)
Total Subscribers: 114 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 114
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 536 days
Stale 30+ days: 113
Stale 90+ days: 111

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • ✨ enhancement (35)
  • 🐛 bug (21)
  • 🤔 needs reproduction (14)
  • 👕 TypeScript (13)
  • ☔ has workaround (7)
  • v5 (6)
  • 📚 docs (4)
  • duplicate (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

vee-validate is a form validation library for Vue.js that handles validation logic while leaving UI rendering to the developer.

The library solves the problem of managing form validation state and behavior in Vue applications. It provides two integration approaches: a Composition API style using `useForm` and `defineField` for programmatic control, and a declarative component style with `Field` and `Form` components for template-based validation. The tool supports synchronous and asynchronous validation at both field and form levels, with a small footprint and minimal opinions about how forms should be rendered.

Developers should choose vee-validate if they want validation logic decoupled from UI rendering, giving them full control over form appearance while the library handles the complicated state management concerns. It works with native HTML elements or any UI library components, making it suitable for projects ranging from simple progressive enhancements to complex Vue applications. The library includes a companion package with built-in validation rules covering common scenarios, and provides localization support for those rules across many languages. The tool supports both Vue 2.x and Vue 3.x through different major versions, with separate documentation for each.

The project maintains active engagement with its community through a sponsorship program. Development activity shows consistent attention to documentation with separate guides for composition API and declarative component approaches. The tool has accumulated a substantial user base indicated by download metrics, and the maintainer actively manages contributions through a documented contribution guide.