A schema-based form generator component for Vue 3, based on the original
vue-form-generator
library.
You can find documentation on the documentation page.
- Install the dependencies
yarn install
- Create a schema inside the playground folder, for this you can copy
schema.example.js
.
cp playground/schema.example.js playground/schema.js
- Run the development playground
yarn run dev