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
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
580
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
0
310
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
260
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
470
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
0
2.4k
Deep Dive into ~/.claude/projects
hiragram
12
2.3k
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
220
XP, Testing and ninja testing
m_seki
3
230
PicoRuby on Rails
makicamel
2
120
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Into the Great Unknown - MozCon
thekraken
39
1.9k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
We Have a Design System, Now What?
morganepeng
53
7.7k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
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