Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Vue.js 2 Mi nuevo mejor amigo - Frontend.pe 3er...
Search
Renato Centeno
November 25, 2016
Programming
0
150
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
Share
More Decks by Renato Centeno
See All by Renato Centeno
Deploy de una app Laravel en DigitalOcean - DigitalOcean 1st Meetup
elnato
0
66
Laravel 5.3 & Angular 2 - Lima DevFest Summit 2016
elnato
1
370
Other Decks in Programming
See All in Programming
dRuby 入門者によるあなたの身近にあるdRuby 入門
makicamel
4
350
dotfiles について話したい #湘なんか
stefafafan
2
290
Method Swizzlingを行うライブラリにおけるマルチモジュール設計
yoshikma
0
110
A New Era of Testing
mannodermaus
2
150
全部見せます! クラシルリワードのSwiftTesting移行プロジェクト
uetyo
0
180
LR で JSON パーサーを作る / Coding LR JSON Parser
junk0612
2
180
2024 컴포즈 정원사
jisungbin
0
150
REXML改善のその後
naitoh
0
180
How to Break into Reading Open Source
kaspth
0
120
エンジニア1年目で複雑なコードの改善に取り組んだ話
mtnmr
3
1.8k
New Order in Cascade Sorting Order
mugi_uno
3
2.6k
僕が思い描くTypeScriptの未来を勝手に先取りする
yukukotani
9
2.3k
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
166
48k
Designing for Performance
lara
604
68k
Code Reviewing Like a Champion
maltzj
518
39k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
27
8.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
363
22k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
10 Git Anti Patterns You Should be Aware of
lemiorhan
653
58k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
326
21k
Happy Clients
brianwarren
96
6.6k
ParisWeb 2013: Learning to Love: Crash Course in Emotional UX Design
dotmariusz
109
6.9k
The Invisible Customer
myddelton
119
13k
The World Runs on Bad Software
bkeepers
PRO
64
11k
Transcript
Mi nuevo mejor amigo Renato Centeno
Nace una amistad
None
Pero… cada uno debe seguir su camino
Y en el camino… los cambios duelen.
Unidos por una misma causa DEADLINE
• +35,000 Estrellas en GitHub • +150k download/month (solo NPM)
• Evan You recibe un aporte +$8000 mensual de la comunidad
None
None
Cada componente es responsable de manejar una parte del DOM
None
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>
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
@hellorenato github.com/elnato
[email protected]