# Form Validation for Vue

[![npm](https://badgen.net/npm/v/validierung)](https://www.npmjs.com/package/validierung)
[![LICENSE](https://badgen.net/github/license/micromatch/micromatch?color=green)](https://github.com/JensDll/validierung/blob/main/LICENSE)

Vue composition function for form validation. The word *validierung* is the german translation for validation.

- 🌌 **Written in TypeScript**
- ☄️ **Asynchronous Rules**
- 🌊 **Dynamic Forms**
- 🍂 **Light Weight**
- 🌳 **Vue 2 and 3 Support**

```bash
npm install validierung
```

### 👉 [Check out the Documentation](https://github.com/JensDll/validierung/wiki/Documentation)

### 👉 [Vue 3 Playground on StackBlitz](https://stackblitz.com/github//JensDll/validierung/tree/main/playground/vue3?file=src%2Fviews%2FSignupForm.vue)
