Vue JSON Schema Form
Form Generator based on JSON Schema
Zero Configuration
Just provide a JSON Schema, and the form will be generated via built-in components
Validation Support
Powered by Vuelidate, has built-it validation mechanism and validation errors display
Customizable
You can use your own UI components
# Example
<JsonSchema :schema="schema" v-model="dataModel"/>
JSON Schema
Data Model
Feel free to play with it on Codesandbox