Robert Axelsen
@robaxelsen
http://rob.ee
Software Developer, meetup organizer and community enthusiast
In 2013, Evan You founded Vue.js while working at Google.
I started Vue as a personal project when I was working at Google Creative Labs in 2013. My job there involved building a lot of UI prototypes. After hand-rolling many of them with vanilla JavaScript and using Angular 1 for a few, I wanted something that captured the declarative nature of Angular's data binding, but with a simpler, more approachable API. That's how Vue started.
- Evan You
https://vuejs.org/v2/guide/
http://www.sipwise.com/
jobs@sipwise.com
https://jsfiddle.net/chrisvfritz/50wL7mdz/
https://github.com/vuejs/vue-cli
The component system is another important concept in Vue, because it’s an abstraction that allows us to build large-scale applications composed of small, self-contained, and often reusable components. In Vue, a component is essentially a Vue instance with pre-defined options. In a large application, it is necessary to divide the whole app into components to make development manageable.
To get started with components, go to...