vuelidify 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
# Vuelidify
|
|
2
|
+
Powerful and typed model-based validation for Vue 3
|
|
2
3
|
|
|
3
4
|
[Installation](#installation)
|
|
5
|
+
|
|
4
6
|
[Types](#types)
|
|
7
|
+
|
|
5
8
|
[Examples](#examples)
|
|
9
|
+
|
|
6
10
|
[Technical Details](#technical-details)
|
|
11
|
+
|
|
7
12
|
[Custom Validators](#custom-validators)
|
|
13
|
+
|
|
8
14
|
---
|
|
9
|
-
*Vuelidify is a Vue 3 model-based validation library that makes complex form validation easy.*
|
|
10
15
|
|
|
11
16
|
This library was inspired by Vuelidate and sought to solve some of its biggest problems. This library does NOT support Vue2, and does NOT support commonJS. Technology must move forward.
|
|
12
17
|
|