GitHub - FrontLabsOfficial/vue-tiny-validate: 💯 Tiny Vue Validate Composition (original) (raw)

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 orvee-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 libraryrobust, fully-supported, and most importantly, minimal.

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

Features

Usage

About

LICENSE