How to build reusable forms using Vue form generator
Introduction When developing applications either small or large scale, form inputs are the primary source of collecting data from users.
As our application grows larger we find the need to reuse forms which capture similar data instead of creating redundant files by repeating the forms going against the DRY principle. To handle this growth or keep our codebase clean, we will be taking advantage of the Vue-form-generator package.
Vue form generator is a schema-based form generator component for vue.