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.
- Host: GitHub
- URL: https://github.com/zemkogabor/vue-form-validator
- Owner: zemkogabor
- License: mit
- Created: 2024-04-19T19:34:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T12:33:21.000Z (over 1 year ago)
- Last Synced: 2025-01-18T00:28:27.978Z (11 months ago)
- Topics: constraint-validation-api, custom-validator, form-validation, i18n, lightweight, validator, vuejs
- Language: TypeScript
- Homepage:
- Size: 118 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).