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-demo
Search
Maxim Kott
November 24, 2016
Programming
0
110
vue-js-demo
Maxim Kott
November 24, 2016
Tweet
Share
More Decks by Maxim Kott
See All by Maxim Kott
Gulp + Bower
maximkott
0
54
Other Decks in Programming
See All in Programming
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
870
複雑なドメインに挑む.pdf
yukisakai1225
5
1.2k
AIでLINEスタンプを作ってみた
eycjur
1
230
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
10
4.3k
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
OSS開発者という働き方
andpad
5
1.7k
Design Foundational Data Engineering Observability
sucitw
3
200
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.3k
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
400
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
チームのテスト力を鍛える
goyoki
3
710
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Site-Speed That Sticks
csswizardry
10
820
GraphQLとの向き合い方2022年版
quramy
49
14k
We Have a Design System, Now What?
morganepeng
53
7.8k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Unsuck your backbone
ammeep
671
58k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Transcript
None
Awesomeness • Virtual DOM • EASY to use • Performant
• Reactive • Ecosystem • Does one thing • Singe file components • Works without build tools • 35k stargazers on GitHub
Links • Slides: https://speakerdeck.com/maximkott/vue-js- demo • Code: https://github.com/maximkott/vue-js-demo • Docs:
https://vuejs.org/v2/guide/ • DevTools https://chrome.google.com/webstore/ detail/vuejs-devtools/ nhdogjmejiglipccpnnnanhbledajbpd • Ecosystem: https://github.com/vuejs/awesome-vue
Basic Example
Directives
Conditions
Loops
Events
Two-Way Bindings
Thank You