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
210
2022_07_14_おすすめの技術書 LT会 - vol.4_ 問題解決を仕事にする 全ての人へ
ih6109
0
110
Kotlinでサーバーレス! 「Kotless」の紹介
ih6109
1
530
Other Decks in Programming
See All in Programming
イベントソーシングによってインピーダンスミスマッチから解放された話
tkawae
1
280
AI Agentを利用したAndroid開発について
yuchan2215
0
190
技術好きなエンジニアが "リーダーへの進化" によって得たものと失ったもの
pospome
5
1.3k
Cloudflare Pagesのサイトを NotebookLMから読みやすくする Cloudflare Meet-up Tokyo Vol.7
xiombatsg
0
110
研究開発と実装OSSと プロダクトの好循環 / A virtuous cycle of research and development implementation OSS and products
linyows
1
180
エンジニアに許された特別な時間の終わり
watany
89
80k
Generative AI for Beginners .NETの紹介
tomokusaba
1
270
爆速スッキリ! Rspack 移行の成果と道のり - Muddy Web #11
dora1998
0
130
Return of the Full-Stack Developer
simas
PRO
1
300
ニックトレイン登壇資料
ryotakurokawa
0
120
OUPC2024 Day 1 解説
kowerkoint
0
380
SwiftUIのObservationツールの挙動をテストしてみた
kenshih522
0
110
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
8
690
Producing Creativity
orderedlist
PRO
344
40k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
Unsuck your backbone
ammeep
669
57k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.1k
What's in a price? How to price your products and services
michaelherold
244
12k
The Invisible Side of Design
smashingmag
299
50k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
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)の解説もあり ➢
演習も用意されているので、実践のための知識も得られる
おわり