/vuetify-jsonschema-form

Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.

Primary LanguageJavaScriptMIT LicenseMIT

vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data.

Based on Vue.js / Vuetify / JSON Schema.

See the documentation.

Development server

The documentation serves as development server too.

npm install
npm run doc-dev

Bug reports

Bug reports are created using github issues. The examples in the documentation include codepen links, as much as possible please save a duplicate codepen with the minimal schema/config to reproduce your problem.

Pull requests

Just a few rules :

  • run npm run lint to check linter rules before pushing
  • run npm test also. You might find that the tests fail simply because of HTML snapshots changes, check them and run npm run test-update if they are ok