Initial release: February 2014
Author (original): Evan You
Vue 2.0 release: September 2016
Slide 3
Slide 3 text
“What if I could just extract the part that I really liked about
Angular and build something really lightweight without all the extra
concepts involved?”
-
Slide 4
Slide 4 text
Virtual DOM
Component Based
Methodology
Props
Build Environments vue-cli create-react-app
Browser Devtools
Router vue-router react-router
Flux vuex redux
Two-way data
binding
Reactive State!
“State” often relates to the data object in the Vue instance/components
No need to call setState() - Data object is automatically reactive to
the view