Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 368 Bytes

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