Basics of VUE: Apply simple validation to existing HTML form
Introduction This time we want to show you how to quickly add very simple form validation using VUE.js - without knowing this library :) Case: We want to add simple but dynamic validation for one of the Bootstrap forms. Conditions/assumptions: we cannot rewrite everything with React, we don't have much time and need to work [...]