Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dgerber/vue-formidable

Vue component to build forms from JSON Schemas
https://github.com/dgerber/vue-formidable

Last synced: 24 days ago
JSON representation

Vue component to build forms from JSON Schemas

Lists

README

        

vue-formidable
--------------

*status: unstable*

[Vue](http://vuejs.org) components to generate HTML forms from [JSON schemas](http://json-schema.org).

```js
var Form = require('vue-formidable')
Vue.component('vue-form', Form)
```

```html

```

## License
[MIT](http://opensource.org/licenses/MIT)