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
160
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
69
Laravel 5.3 & Angular 2 - Lima DevFest Summit 2016
elnato
1
370
Other Decks in Programming
See All in Programming
はじめてのPDFKit.pdf
shomakato
0
100
note の Elasticsearch 更新系を支える技術
tchov
9
3.6k
私のRubyKaigi 2025 Kaigi Effect / My RubyKaigi 2025 Kaigi Effect
chobishiba
1
130
Ruby で作る RISC-V CPU エミュレーター / RISC-V CPU emulator made with Ruby
hayaokimura
5
1.1k
マイコンでもRustのtestがしたい/KernelVM Kansai 11
tnishinaga
1
900
CursorとDevinが仲間!?AI駆動で新規プロダクト開発に挑んだ3ヶ月を振り返る / A Story of New Product Development with Cursor and Devin
rkaga
3
900
Rubyの!メソッドをちゃんと理解する
alstrocrack
1
310
ぽちぽち選択するだけでOSSを読めるVSCode拡張機能
ymbigo
14
6.4k
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
260
オープンソースコントリビュート入門
_katsuma
0
130
20250426 GDGoC 合同新歓 - GDGoC のススメ
getty708
0
110
AIコーディングの本質は“コード“ではなく“構造“だった / The essence of AI coding is not “code” but "structure
seike460
PRO
2
440
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
Scaling GitHub
holman
459
140k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
How to Ace a Technical Interview
jacobian
276
23k
Visualization
eitanlees
146
16k
GitHub's CSS Performance
jonrohan
1031
460k
It's Worth the Effort
3n
184
28k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Side Projects
sachag
453
42k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.7k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
420
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]