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

asigloo/vue-dynamic-forms-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Banner

Vue Dynamic Forms

Official Documentation for Vue Dynamic Forms

Current npm version Current npm version

Implementing handcrafted forms can be:

  1. Costly
  2. Time-consuming

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.

So, wouldn't it be more economical to create the forms dynamically? Based on metadata that describes the business object model?

That's Vue Dynamic Forms.

Development

yarn dev
yarn build

For more details, please head VuePress's documentation.