Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit b197ab8

Browse files
committed
fix(docs): correct readme
1 parent 60b83a2 commit b197ab8

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
1-
# vue-dynamic-forms-docs
1+
![Library Banner](https://res.cloudinary.com/alvarosaburido/image/upload/v1589993773/portfolio/web/vue-dynamic-forms/open-graph-preview_kv4glm.png)
22

3-
> Official Documentation for Vue Dynamic Forms
3+
# Vue Dynamic Forms
4+
5+
> Official Documentation for [Vue Dynamic Forms](https://github.com/asigloo/vue-dynamic-forms)
6+
7+
<p align="center">
8+
<a href="https://www.npmjs.com/package/@asigloo/vue-dynamic-forms">
9+
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
10+
</a>
11+
<a href="https://app.netlify.com/sites/vue-dynamic-forms/deploys">
12+
<img src="https://api.netlify.com/api/v1/badges/5defb6a1-c5fd-4b19-8fd0-a687f26761a6/deploy-status" alt="Current npm version">
13+
</a>
14+
</p>
15+
16+
Implementing handcrafted forms can be:
17+
18+
1. Costly
19+
2. Time-consuming
20+
21+
Especially 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.
22+
23+
So, wouldn't it be more economical to create the forms dynamically? Based on metadata that describes the business object model?
24+
25+
That's Vue Dynamic Forms.
426

527
## Development
628

@@ -10,4 +32,3 @@ yarn build
1032
```
1133

1234
For more details, please head VuePress's [documentation](https://v1.vuepress.vuejs.org/).
13-

0 commit comments

Comments
 (0)