Main package https://github.com/sethsandaru/vue-form-builder
This demo uses JSON-Server as a mock server.
Dependencies of the Vue Form Builder, from the version 2.0.0 and above. Here is the list:
Vue JS (obviously) - But it won't be built together with the final library bundle
vuedraggable vuedraggable: From Sortable.JS which is very lightweight and much lighter than JQuery + JQuery UI
deep-equal : A simple method to check the Form Configuration
Datepicker - LitePicker (Super lightweight, ~5KB): https://wakirin.github.io/Litepicker/
DayJS - Parse/Formatting date (2KB): https://day.js.org/en/
npm install
npm run serve
npm run build
npm run lint