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
2021_08_19 おすすめの技術書 LT会 - vol.2 Vue.js3超入門がとにか...
Search
h.isoe
August 19, 2021
Programming
0
21k
2021_08_19 おすすめの技術書 LT会 - vol.2 Vue.js3超入門がとにかくやさしい
2021-08-19 おすすめの技術書 LT会 - vol.2
https://rakus.connpass.com/event/218578/
上記のLT登壇で使用したスライドです。
h.isoe
August 19, 2021
Tweet
Share
More Decks by h.isoe
See All by h.isoe
Go言語のモジュール管理_完全に理解した
ih6109
0
220
2022_07_14_おすすめの技術書 LT会 - vol.4_ 問題解決を仕事にする 全ての人へ
ih6109
0
110
Kotlinでサーバーレス! 「Kotless」の紹介
ih6109
1
540
Other Decks in Programming
See All in Programming
Bedrock × Confluenceで簡単(?)社内RAG
iharuoru
1
110
Instrumentsを使用した アプリのパフォーマンス向上方法
hinakko
0
230
20250426 GDGoC 合同新歓 - GDGoC のススメ
getty708
0
110
ウォンテッドリーの「ココロオドル」モバイル開発 / Wantedly's "kokoro odoru" mobile development
kubode
1
260
Deoptimization: How YJIT Speeds Up Ruby by Slowing Down / RubyKaigi 2025
k0kubun
1
1.9k
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
110
状態と共に暮らす:ステートフルへの挑戦
ypresto
3
1.1k
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
760
The Missing Link in Angular’s Signal Story: Resource API and httpResource
manfredsteyer
PRO
0
140
Cursor/Devin全社導入の理想と現実
saitoryc
28
21k
The Nature of Complexity in John Ousterhout’s Philosophy of Software Design
philipschwarz
PRO
0
160
Serving TUIs over SSH with Go
caarlos0
0
570
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Six Lessons from altMBA
skipperchong
28
3.7k
Agile that works and the tools we love
rasmusluckow
329
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
23
2.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Build your cross-platform service in a week with App Engine
jlugia
230
18k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Thoughts on Productivity
jonyablonski
69
4.6k
Done Done
chrislema
184
16k
Site-Speed That Sticks
csswizardry
6
530
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.4k
Transcript
Vue.js3超入門がとにかくや さしい 2021/08/19 おすすめの技術書 LT会 - vol.2 磯江 宏由紀
アジェンダ ❖ 自己紹介 ❖ 書籍情報 ❖ やさしいポイント
自己紹介 ❖ 磯江 宏由紀(Twitter:@ihirhs) ➢ 虎の穴ラボ株式会社 ▪ とらのあな通販サイトの開発 ▪ ポッドキャスト「Toralab.fm」
➢ Java、Kotlinを利用したサーバサイド開発がメイン ❖ Vue.jsを業務で触る機会も増えそう ➢ 入門しなきゃ! ➢ それも折角ならVue.js3がいいよね!
書籍情報 ❖ 「Vue.js3超入門」 ➢ 出版社:秀和システム ➢ 著者:掌田 津耶乃(ショウダ ツヤノ) ➢ 発行日:2020/12/25 ❖
目次 ➢ Chapter1 Vueを使ってみよう! ➢ Chapter2 Vue3の基本をマスターしよう! ➢ Chapter3 コンポーネントを使おう! ➢ Chapter4 コンポーネントを更に掘り下げる! ➢ Chapter5 Vue3を更にパワーアップしよう! ➢ Chapter6 外部サービスを利用しよう! ➢ Addendum JavaScript超入門!
やさしいポイント ❖ プロジェクト作成の段階から解説が丁寧 ➢ 「Vue CLI」でのプロジェクト作成だけでなく「Vite」を利用したプロジェクト作成も解説 ▪ 最近はViteを利用するケースも多いため、実践での躓きポイントを事前に解消 ➢ Vue.js3の機能を知るのではなく、使いこなすための解説
❖ サンプルコードを都度、全行見せてくれる ➢ 変更箇所のみの抜粋ではないので、どこを変更すればよいのかわかりやすい ➢ コード自体の解説とVue.js3の解説もあるのでJavaScriptに慣れていなくても大丈夫
やさしいポイント ❖ コンポーネント作成の従来式と新方式(Composition API)について、どう付き 合うべきかが記載してある ➢ 本の中ではどちらも大切であることが明記されている ❖ よく一緒に利用するライブラリ(Vue-Router、Vuex)の解説もあり ➢
演習も用意されているので、実践のための知識も得られる
おわり