Form Validation using Vue.js 2

Form Validation using Vue.js 2 by Alex Kyriakidis

A few days ago Alex Kyriakidis published a tutorial on Dotdev regarding validation of user input with Vue. You can read about the most popular validation plugins such as vue-form-generator and follow the steps to build a form with validation using the Vee-Validate plugin.

When you are building a web application, one of the most common things you need to take care of is the validation of user input. To do so, you have to choose if you will implement form validation by yourself or if you’ll use a Vue plugin. Since there are a couple of great plugins regarding validation out there, I suggest you to pick the second option.

Read the Tutorial on dotvev.co