Real life tips for using Vue.Js

Thursday, November 26, 2015

It took me some convincing to see the point of using an MV* JS framework, and I haven’t looked back since.

Vue.js is a front-end Javascript library with inspiration from Angular.js. The power of Vue.js is in it’s reactive data model. This means changes to a data property update in real-time in both the UI and application state - hiding and showing page elements, enabling and disabling functionality, and updating form elements that are bound to the data property.

READ MORE

You Might Also Like

0 comments