Episode

Managing events in Vue [7 of 16] | Beginner's Series to: Vue.js

There are many different events, mouse clicks, keyboard presses, scroll events and so on. Capturing these events means we are responding to user input and are able to change the application accordingly. We'll show how to use the v-on directive to listen to various events and connect those to functions in our Vue.js components.

Sample code: https://github.com/microsoft/vue-beginners-videos 
Learn Path: https://aka.ms/CreateWebsitesWithVue
Node: https://nodejs.org/  
NPM: https://www.npmjs.com/  
Vue CLI: https://cli.vuejs.org/

JavaScript