Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit d2ef1fa

Browse files
authored
Update README.md
1 parent c473732 commit d2ef1fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
![Current Relase](https://img.shields.io/github/package-json/v/alvarosaburido/vue-dynamic-forms) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
66

7-
Easy way to dynamically create reactive forms in vue based on varying business object model
7+
Implementing handcrafted forms can be:
8+
1.- Costly and
9+
2.- Time-consuming
10+
11+
Specially if you need to create a very large form, in which the inputs are similar to each other, and they change frequently to meet rapidly changing business and regulatory requirements.
12+
13+
So, will not be more economical to create the forms dynamically? Based on metadata that describes the business object model?
14+
15+
That's Vue Dynamic Forms.
816

917
## Documentation
1018

0 commit comments

Comments
 (0)