Create beautiful and low-effort forms that output valid data.
Based on Vue.js / Vuetify / JSON Schema.
See the documentation.
The documentation serves as development server too.
npm install
npm run doc-dev
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.
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 runnpm run test-update
if they are ok