@kevinkosterr/vue3-form-generator
v2.7.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.
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
pnpm 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
pnpm run dev 