vue-formidable
vue-formidable copied to clipboard
Vue component to build forms from JSON Schemas
vue-formidable
status: unstable
Vue components to generate HTML forms from JSON schemas.
var Form = require('vue-formidable')
Vue.component('vue-form', Form)
<vue-form schema="{{someJSONSchema}}" value="{{x}}"></vue-form>