0.2.4 • Published 3 years ago

vue-tiny-validate v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-tiny-validate

Tiny Vue Validate Composition

Motivation

During the time of refactoring our project, we have coped with so many challenges, one of which was to minimize bundle size of the external libraries. We looked for a solution in the Vue community, and we have seen so many great validation tools, namely Vuelidate or vee-validate. They were all great, but they weren't the best fit for our problem at hand.

Most, or maybe all of them, are over 10KB minified. This was way too heavy for our goal of keeping our validation library robust, fully-supported, and most importantly, minimal.

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

Features

  • Easy. Come with familiar API and coherent documentation.
  • Tiny. Only 3.4KB minified. 1.4KB gzipped.
  • Flexible. Full control over everything.
  • Fully functional. Sync validation, async validation, etc supported.
  • Compatible. Works with both Vue 2.6 and Vue 3.

Usage

  • See docs for more detail.

About

LICENSE

0.2.4

3 years ago

0.2.3

3 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago