@macrulez/vue-form-schema 0.2.3 → 0.2.4
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 +4 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
</h1>
|
|
5
|
-
<img
|
|
6
|
-
src="https://s3.twcstorage.ru/c9a2cc89-780f97fd-311d-4a1a-b86f-c25665c9dc46/images/npm/vue-form-schema.webp"
|
|
7
|
-
alt="vue-virtual-scroller-kit"
|
|
8
|
-
style="max-width:100%;width:auto;height:300px;border-radius:12px"
|
|
9
|
-
/>
|
|
10
|
-
</div>
|
|
1
|
+
# **Form Schema**
|
|
2
|
+
|
|
3
|
+

|
|
11
4
|
|
|
12
5
|
Reactive forms from a declarative schema (JSON, Zod, Yup, or Valibot) for Vue 3. A headless, SSR-compatible alternative to VeeValidate / FormKit for forms that are generated dynamically or driven from the server.
|
|
13
6
|
|
|
@@ -1411,7 +1404,7 @@ MIT
|
|
|
1411
1404
|
|
|
1412
1405
|
Danil Lisin Vladimirovich aka Macrulez
|
|
1413
1406
|
|
|
1414
|
-
GitHub: [macrulezru](https://github.com/macrulezru) · Website: [
|
|
1407
|
+
GitHub: [macrulezru](https://github.com/macrulezru) · Website: [npm.vuecraft.ru/en/](https://npm.vuecraft.ru/en/packages/vue-form-schema/)
|
|
1415
1408
|
|
|
1416
1409
|
Questions and bugs — [issues](https://github.com/macrulezru/vue-form-schema/issues)
|
|
1417
1410
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@macrulez/vue-form-schema",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Reactive Vue 3 forms generated from JSON, Zod, Yup or Valibot schemas, with validation, input masking, conditional UI and SSR support.",
|
|
5
5
|
"author": "macrulez <macrulezru@gmail.com> (https://macrulez.ru/en)",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"homepage": "https://
|
|
7
|
+
"homepage": "https://npm.vuecraft.ru/en/packages/vue-form-schema/",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/macrulezru/vue-form-schema.git"
|