Instanciate the root Vue component and inject your data.
See the Pen Hello Vue by Julien Sulpis ( @jsulpis) on CodePen.
You can also inject your data in any HTML attribute.
See the Pen WKYoKO by Julien Sulpis ( @jsulpis) on CodePen.
Easier than you can imagine.
See the Pen Vue.js - Two way data binding by Julien Sulpis ( @jsulpis) on CodePen.
Display a list of data fetched on the web.
See the Pen xJQqpL by Julien Sulpis ( @jsulpis) on CodePen.
Easily react to javascript events such as clicks.
See the Pen Vue.js - Events by Julien Sulpis ( @jsulpis) on CodePen.