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
あれやってみてー駆動から成長を加速させる / areyattemite-driven
nashiusagi
1
200
Security_for_introducing_eBPF
kentatada
0
110
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
120
KubeCon + CloudNativeCon NA 2024 Overviewat Kubernetes Meetup Tokyo #68 / amsy810_k8sjp68
masayaaoyama
0
250
CSC305 Lecture 26
javiergs
PRO
0
140
開発者とQAの越境で自動テストが増える開発プロセスを実現する
92thunder
1
180
Keeping it Ruby: Why Your Product Needs a Ruby SDK - RubyWorld 2024
envek
0
180
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
yoshifumi_ishikura
0
110
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
700
MCP with Cloudflare Workers
yusukebe
2
220
20年もののレガシープロダクトに 0からPHPStanを入れるまで / phpcon2024
hirobe1999
0
270
Mermaid x AST x 生成AI = コードとドキュメントの完全同期への道
shibuyamizuho
0
160
Featured
See All Featured
Docker and Python
trallard
42
3.1k
The Cost Of JavaScript in 2023
addyosmani
45
7k
Scaling GitHub
holman
458
140k
Adopting Sorbet at Scale
ufuk
73
9.1k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
A better future with KSS
kneath
238
17k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Writing Fast Ruby
sferik
628
61k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Building Your Own Lightsaber
phodgson
103
6.1k
Music & Morning Musume
bryan
46
6.2k
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]