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
70
Laravel 5.3 & Angular 2 - Lima DevFest Summit 2016
elnato
1
380
Other Decks in Programming
See All in Programming
GitHub Copilotを使いこなせ!/mastering_github_copilot!
kotakageyama
2
740
data-viz-talk-cz-2025
lcolladotor
0
110
CSC509 Lecture 08
javiergs
PRO
0
280
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.9k
contribution to astral-sh/uv
shunsock
0
580
ボトムアップの生成AI活用を推進する社内AIエージェント開発
aku11i
0
1.4k
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
870
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
1.1k
CSC509 Lecture 10
javiergs
PRO
0
160
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
3
1.8k
Researchlyの開発で参考にしたデザイン
adsholoko
0
110
Webサーバーサイド言語としてのRustについて
kouyuume
1
5.1k
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Into the Great Unknown - MozCon
thekraken
40
2.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Designing for Performance
lara
610
69k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Git: the NoSQL Database
bkeepers
PRO
431
66k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Why Our Code Smells
bkeepers
PRO
340
57k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
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]