Vue.js
Vue.js is a progressive framework for building user interfaces, and, unlike other monolithic frameworks, it’s designed from the ground up to be incrementally adoptable. The core library is focused on just the view layer, and is easy to integrate with other libraries or your existing projects.
Why use Vue.js?
Reactive and declarative code
Vue.js is structured so that the app is both reactive, and declarative. So you always know the changes you’re making.
Component based for scalability
All of Vue.js elements are components, allowing for an app to scale simply and well.
Vibrant community
The Vue.js community is amazing. They release amazing additions to the library on a daily basis, allowing developers like us to take full advantage.
Upcoming Vue.js events
Blog posts
Vue.js articles created by members of YLD for the community.
Using Vue.js with Apollo
March 31st, 2018