Vue is awesome!

Two-way data binding listens for changes and automatically updates.

This is component adds!

{{result}}

No build tools required!

Here's another component.

This one subtracts!

{{difference}}

No build tools required!

Here's another component.
DIGITAL CLOCK with Vue.js








{{ date }}

{{ time }}

DIGITAL CLOCK with Vue.js

With build tools

HTML, CSS, and JS for each component can go in a single .vue file.

Learn more at Vue.js!