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
55
Other Decks in Programming
See All in Programming
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
240
Software Architecture
hschwentner
6
2.3k
iOSでSVG画像を扱う
kishikawakatsumi
0
170
Cursorハンズオン実践!
eltociear
2
1.2k
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
260
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.2k
オンデバイスAIとXcode
ryodeveloper
0
130
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
650
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
320
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
130
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
8.5k
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
55
11k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Faster Mobile Websites
deanohume
310
31k
Bash Introduction
62gerente
615
210k
Thoughts on Productivity
jonyablonski
70
4.9k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
The Pragmatic Product Professional
lauravandoore
36
7k
Building an army of robots
kneath
305
46k
Code Reviewing Like a Champion
maltzj
526
40k
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