Skip to content

A Vue 3 schema-based form generator component, based on vue-form-generator

License

Notifications You must be signed in to change notification settings

kevinkosterr/vue3-form-generator

Repository files navigation

Vue 3 Form Generator

A schema-based form generator component for Vue 3, based on the original vue-form-generator library.

GitHub last commit semantic-release: angular Static Badge NPM Version GitHub License

You can find documentation on the documentation page.

Building for development

  1. Install the dependencies
yarn install
  1. Create a schema inside the playground folder, for this you can copy schema.example.js.
cp playground/schema.example.js playground/schema.js
  1. Run the development playground
yarn run dev