Evan You is announcing that Vue.js with version number 1.0.15 is already available to download.
What is Vue.js ?
Vue.js is .
MVVM (Model-View-ViewModel) is a deviation from the classical MVC paradigm, developed by Microsoft, targeted at UI development, and used for Silverlight and WPF (Windows Presentation Foundation). Vue.js implements some of the basic MVVM principles for JavaScript, improving and cutting down development time for UI-related tasks. This is done thanks to Vue.js' special attention to building a very easy to use composable component system. This allows developers to build custom components with a few lines of code, and coupled with a easy to use data bindings allows programmers to create UI widgets that respond and react to various inputs. All in all, Vue.js is a very versatile system that allows developers more control over their UI, while letting them build custom controls and components as well.
This is changelog for Vue.js version 1.0.15 :
You can read the complete changelog and also download this latest version on their homepage:
vuejs.org