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>
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>