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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/zemkogabor/vue-form-validator
- Owner: zemkogabor
- License: mit
- Created: 2024-04-19T19:34:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T08:48:09.000Z (4 months ago)
- Last Synced: 2026-01-24T09:42:14.463Z (4 months ago)
- Topics: constraint-validation-api, custom-validator, form-validation, i18n, lightweight, validator, vuejs
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).