Episode

Validating forms in Vue [10 of 16] | Beginner's Series to: Vue.js

When you build your form, to collect information, you need to ensure the information is correct before sending it to be stored. To do this, you annotate the elements with various attributes with everything from data types to pattern matching.  We'll see how we can work with annotations and demonstrate showing validation error messages.

Sample code: https://github.com/microsoft/vue-beginners-videos 
Learn Path: https://docs.microsoft.com/en-us/learn/paths/vue-first-steps/  
Node: https://nodejs.org/  
NPM: https://www.npmjs.com/  
Vue CLI: https://cli.vuejs.org/

JavaScript