Vue.js 2 Fundamentals
🚧 PLEASE NOTE: An updated version of this course is available! see the Vue.js 3 Fundamentals with the Options API course. This course is outdated!

Vue.js Template Syntax And Expressions

In the previous lesson, we briefly touched upon the templating syntax where we bind Vue data to the DOM.

In this lesson, we'll take deeper dive into the Vue's templating syntax and learn how to run JavaScript expressions in the template.