Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Vue.js 2 Mi nuevo mejor amigo - Frontend.pe 3er Meetup

Vue.js 2 Mi nuevo mejor amigo - Frontend.pe 3er Meetup

Charla acerca de Vue 2, un poco de historia, de mi historia y como empezar con vue.

Renato Centeno

November 25, 2016
Tweet

More Decks by Renato Centeno

Other Decks in Programming

Transcript

  1. • +35,000 Estrellas en GitHub • +150k download/month (solo NPM)

    • Evan You recibe un aporte +$8000 mensual de la comunidad
  2. Vue.component('child', { // declare the props props: ['message'], // just

    like data, the prop can be used inside templates // and is also made available in the vm as this.message template: '<span>{{ message }}</span>' }) <child message="hello!"></child>
  3. Moving worfward • VUEX • Chrome Dev Tools Extension (time

    travel debugging con vuex) • Server Side Rendering • Laravel + Elixir (Vue viene ya con solo descargar Laravel) • Vue CLI • WEEX