Let's learn Vuejs!

First Vue component

{{ message }}

Binding

Hover your mouse over me for a few seconds to see my dynamically bound title!

v-if directive

Now you see me

Tap app3.seen=false on console to see how it works

v-for directive

  1. {{ todo.text }}

Applying methods

{{ message }}

Reactivity propierties with an input

{{ message }}