Demonstrate capabilities of building out certain features using VueJS.
Feature list:
- Dynamic form builder
- Integration with material design (Vuetify)
- Simple form validation (Vee-validate)
- Drag n drop modified to support multi select (Vue.Draggable)
# install dependencies
yarn install
# run application, with hot reload at localhost:1234
npm run dev