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
Benchmark
sysong
0
270
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
110
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
100
C++20 射影変換
faithandbrave
0
530
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.6k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
260
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
480
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
120
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
230
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
430
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
570
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.4k
Featured
See All Featured
Navigating Team Friction
lara
187
15k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Building Applications with DynamoDB
mza
95
6.5k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The Invisible Side of Design
smashingmag
299
51k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Side Projects
sachag
455
42k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
RailsConf 2023
tenderlove
30
1.1k
Adopting Sorbet at Scale
ufuk
77
9.4k
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]