└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Vue.js Schema Form 2 | 3 | Generate forms from a JSON schema, with Vue.js! http://vuejsform.io 4 | 5 | 6 | # Resources 7 | 8 | - Introducing JSON, http://json.org/ 9 | - Json Schema, http://json-schema.org/ 10 | 11 | 12 | # Form Generators 13 | 14 | Libraries and tools to generate forms based on Json Schema. 15 | 16 | - [JSON Form](http://ulion.github.io/jsonform/playground), (Github, https://github.com/joshfire/jsonform) 17 | - [JSON Editor](http://jeremydorn.com/json-editor/), (Github, https://github.com/jdorn/json-editor) 18 | - [Angular Schema Form](http://schemaform.io/examples/bootstrap-example.html), (Github, https://github.com/json-schema-form/angular-schema-form) 19 | - [Alpaca](http://www.alpacajs.org/examples.html), (Github, https://github.com/gitana/alpaca) 20 | - React Form Generator, (Github, https://github.com/SteveVitali/react-form-generator) 21 | - [Gform](http://www.toobop.net/index.html), (Github, https://github.com/stemey/dojo-generate-form) 22 | - [Fomly](http://angular-formly.com), (Github, https://github.com/formly-js) 23 | - [Vue.js Schema Form generator](https://jsfiddle.net/icebob/0mg1v81e), (Github, https://github.com/icebob/vue-form-generator) 24 | 25 | 26 | # Form Builders 27 | 28 | Interactive applications to build forms. 29 | 30 | - [Formbuilder.js](http://dobtco.github.io/formbuilder/), (Github, https://github.com/dobtco/formbuilder) 31 | - [Bootstrap Form Builder](http://minikomi.github.io/Bootstrap-Form-Builder/), (Github, https://github.com/minikomi/Bootstrap-Form-Builder) 32 | - [Angular Form Builder](http://kelp404.github.io/angular-form-builder/), (Github, https://github.com/kelp404/angular-form-builder) 33 | --------------------------------------------------------------------------------