Getting Started with Vue.js: #11 Events – Build a Counter


In this lesson we’ll build a counter with Vue. This is a simple enough example but it is a clean and straight to the point one. We can easily see how the flow of Vue applications works:
– Define variables in our data
– Show those variables in our template with interpolation ({{ }}) or directives
– Listen for events
– Update the data
– The template updates itself (reactive!)

To learn more about DigitalOcean: https://www.digitalocean.com/
Follow us on Twitter: https://twitter.com/digitalocean
Like us on Facebook: https://www.facebook.com/DigitalOcean
Follow us on Instagram: https://www.instagram.com/thedigitalocean
We’re hiring: http://grnh.se/aicoph1


Duration: 00:07:24
Publisher: DigitalOcean
You can watch this video also at the source.