An open API service indexing awesome lists of open source software.

https://github.com/zemkogabor/vue-form-validator

A lightweight Vue.js library that implements the JavaScript Constraint Validation API, offering advanced form validation with custom error messages and internationalization support.
https://github.com/zemkogabor/vue-form-validator

constraint-validation-api custom-validator form-validation i18n lightweight validator vuejs

Last synced: 9 months ago
JSON representation

A lightweight Vue.js library that implements the JavaScript Constraint Validation API, offering advanced form validation with custom error messages and internationalization support.

Awesome Lists containing this project

README

          

# Vue Form Validator

A lightweight Vue.js library that implements the JavaScript Constraint Validation API,
offering advanced form validation with custom error messages and internationalization support.

## Usage
```
yarn add @zemkogabor/vue-form-validator

or

npm install @zemkogabor/vue-form-validator
```

Examples see [here](https://github.com/zemkogabor/vue-form-validator/blob/main/dev/App.vue).