Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.22 KB

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/

vue-form-builder-poc

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint