Your First VueJS App
Thursday, December 03, 2015
Vue.Js has been gaining a lot of attention since a couple of months. Vue.Js is a data-binding javascript framework that is specifically built for SPAs ie, Single Page Application.
The beauty of creating a SPA application is to provide a desktop like an experience in which the page remains the same throughout the application, no refresh, only the views being changed along with the URL. It’s much faster and smoother than conventional applications.
Vue is inspired by AngularJS. There are lots of similarities like Directives, Filters, Modules
READ MORE DEMO
The beauty of creating a SPA application is to provide a desktop like an experience in which the page remains the same throughout the application, no refresh, only the views being changed along with the URL. It’s much faster and smoother than conventional applications.
Vue is inspired by AngularJS. There are lots of similarities like Directives, Filters, Modules
READ MORE DEMO
0 comments