@kevinkosterr/vue3-form-generator
v1.0.0
Published
A schema-based form generator component for Vue 3, based on the original [`vue-form-generator`](https://github.com/vue-generators/vue-form-generator) library.
Downloads
50
Maintainers
Readme
Vue 3 Form Generator
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.
Building for development
- 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