dgerber / vue-formidable

Vue component to build forms from JSON Schemas

Home Page:http://dgerber.github.io/vue-formidable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vue component to build forms from JSON Schemas

http://dgerber.github.io/vue-formidable/


Languages

Language:JavaScript 78.4%Language:HTML 21.6%