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
22k
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
AIを「完全に理解」するG検定合格体験記
ih6109
1
91
Go言語のモジュール管理_完全に理解した
ih6109
0
240
2022_07_14_おすすめの技術書 LT会 - vol.4_ 問題解決を仕事にする 全ての人へ
ih6109
0
110
Kotlinでサーバーレス! 「Kotless」の紹介
ih6109
1
560
Other Decks in Programming
See All in Programming
三者三様 宣言的UI
kkagurazaka
0
320
contribution to astral-sh/uv
shunsock
0
570
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
マンガアプリViewerの大画面対応を考える
kk__777
0
440
Ktorで簡単AIアプリケーション
tsukakei
0
120
KoogではじめるAIエージェント開発
hiroaki404
1
230
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
650
AI Agent 時代的開發者生存指南
eddie
4
2.2k
Google Opalで使える37のライブラリ
mickey_kubo
3
180
Amazon Verified Permissions実践入門 〜Cedar活用とAppSync導入事例/Practical Introduction to Amazon Verified Permissions
fossamagna
2
110
Register is more than clipboard
satorunooshie
1
190
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
140
Featured
See All Featured
Designing for Performance
lara
610
69k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Producing Creativity
orderedlist
PRO
348
40k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Done Done
chrislema
186
16k
Side Projects
sachag
455
43k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
210
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Docker and Python
trallard
46
3.6k
How STYLIGHT went responsive
nonsquared
100
5.9k
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)の解説もあり ➢
演習も用意されているので、実践のための知識も得られる
おわり