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: 4 months ago
JSON representation
Vue component to build forms from JSON Schemas
- Host: GitHub
- URL: https://github.com/dgerber/vue-formidable
- Owner: dgerber
- Archived: true
- Created: 2015-06-05T14:22:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T09:17:38.000Z (over 9 years ago)
- Last Synced: 2024-08-01T00:39:29.861Z (6 months ago)
- Language: JavaScript
- Homepage: http://dgerber.github.io/vue-formidable/
- Size: 348 KB
- Stars: 48
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-cn - Form generation from JSON Schema ★19
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)