# vuetify-jsonschema-form **Repository Path**: a-survey/vuetify-jsonschema-form ## Basic Information - **Project Name**: vuetify-jsonschema-form - **Description**: Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-08-24 - **Last Updated**: 2021-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuetify-jsonschema-form Create beautiful and low-effort forms that output valid data. Based on [Vue.js](https://vuejs.org/) / [Vuetify](https://vuetifyjs.com/) / [JSON Schema](https://json-schema.org/). See [the documentation](https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/). ![](doc/static/demo-video.gif) ## 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