vue-js-form-helper
This is a small library that makes form submit and validation easier to use.
Installation
npm i vue-js-form-helper
Code Example
The following code will show how to use it with Vue.js
html
Submit
app.js
;;; var app = el: "#app" data: form: name: '' email: '' methods: { thisform ; } ;