Vue form components with server side validation

FormVuelar is a set of predefined vue form components which are designed to automatically display errors coming back from your backend. It works out of the box with the error message bag that is returned by Laravel when submitting an ajax form.

Features:

  • Works out of the box with Laravel
  • Axios integration
  • Select with search
  • Nested Checkboxes
  • File upload support including progress indication
  • Dropzone with image preview (inspired by FilePond)
  • Display validation error messages from error response

Getting Started:

npm install formvuelar --save

TODO

- Date picker component
- Test coverage

Preview:

This is image title

Details:

Live Demo: https://janiskelemen.github.io/formvuelar/#/

Download Link: https://github.com/janiskelemen/formvuelar/archive/master.zip

Official Website: https://github.com/janiskelemen/formvuelar

#vuejs #javascript #vue-js

Vue form components with server side validation
3.35 GEEK