/vue-formidable

Vue component to build forms from JSON Schemas

Primary LanguageJavaScript

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>

License

MIT