<script> import Vue from 'vue'; import VueFormGenerator from 'vue-form-generator' import 'vue-form-generator/dist/vfg.css' Vue.use(VueFormGenerator)</script>
Core vs Full version
VueFormGenerator can be setup using the 'core' or 'full' variations.
Core is a minimal version with only half the fields.
Full is core + other fields.
If you don't know what to choose, don't worry, full is the default version. If you want the slimmed down version, here are the changes:
Dependencies
VueFormGenerator uses fecha and lodash internally.
While core fields don't require external dependencies, optional fields in the full package may need additional libraries.
These dependencies fall into two camps: jQuery or Vanilla. You can find almost the same functionality in both flavors. That way, it's your choice to depend on jQuery or not.