Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SharpSeeEr/vue-tiny-validate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-tiny-validate

Tiny (2.5KB minified) Vue Validate Composition

Motivation

During the time of refactoring our project, we were coped with so many challenges. One of them was to minimize bundle size of the external libraries. Over time, the Vue community has seen so many great validation tools, such as Vuelidate or vee-validate. They are all great.

However, most (or maybe all) of them are over 3KB that we think it's way too much for just a validation library. We want a minimal but robust and fully supported one.

That's why vue-tiny-validate was born.

Features

  • Easy. Come with familiar API and coherent documentation.
  • Tiny. No dependencies. Only 2.5KB minified.
  • Flexible. Full control over everything.
  • Fully functional. Sync validation, async validation, etc supported.

Usage

  • See docs for more detail.

About

LICENSE

About

💯 Tiny (2.5KB minified) Vue Validate Composition

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.2%
  • Vue 36.9%
  • JavaScript 5.7%
  • CSS 4.9%
  • HTML 1.1%
  • Shell 0.2%