Start small

Instanciate the root Vue component and inject your data.

See the Pen Hello Vue by Julien Sulpis ( @jsulpis) on CodePen.

Data everywhere

You can also inject your data in any HTML attribute.

See the Pen WKYoKO by Julien Sulpis ( @jsulpis) on CodePen.

Two-way data binding

Easier than you can imagine.

See the Pen Vue.js - Two way data binding by Julien Sulpis ( @jsulpis) on CodePen.

Loops

Display a list of data fetched on the web.

See the Pen xJQqpL by Julien Sulpis ( @jsulpis) on CodePen.

React to events

Easily react to javascript events such as clicks.

See the Pen Vue.js - Events by Julien Sulpis ( @jsulpis) on CodePen.