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_20240719LT.pdf
Search
ami
July 21, 2024
0
46
Vue_20240719LT.pdf
Webなんでも勉強会 #15の登壇資料
(Vueの話)
ami
July 21, 2024
Tweet
Share
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Typedesign – Prime Four
hannesfritz
42
2.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
The Cult of Friendly URLs
andyhume
79
6.6k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Transcript
None
自己紹介 名前:ami G’s ACADEMY FUKUOKA DEV14期卒 現在はジーズのチューター ※エンジニアデビュー予定! 本日初LTです! ami_m14
今日伝えたいこと Vue面白いよ! Vueをやりはじめたきっかけ 好きなところ 最後にVueで作ったものを紹介
Vueを学び始めたきっかけ Reactより好きだから!
興味をそそられなかった 関数苦手 やっている人が多い Reactを選ばなかった理由 function , return 等…
Vueの成り立ち コード見やすい ドキュメントが親切 Vueの好きなところ
Vueの成り立ち 「AngularJSから不要な技術要 素を削ぎ、本当に必要な最小限 の機能セットで複製したところ から始まった」 開発者:Evan You(エヴァン・ヨー)氏 →AngularJSの開発に携わっていた ビルドツール『Vite』を 作ったすごい人!
Vue2からVue3 Vue2 OptionsAPI Vue3 CompositionAPI TypeScript対応 JSXサポート Vue CLI create-vue
Vetur Vue-Official (旧volor) Viteを使用
環境構築 ※Node.jsを事前にインストールしておく オプションをYes/Noで選ぶ
Vueの基本 }JS書く }HTML 書く }CSS書く
Vue関連で今後やってみたいこと DockerでVueの環境構築 Nuxt.js (ReactでいうところのNext.js) Vue×Laravel
年齢計算プログラムを作りました 遊んでみてね GitHubPagesでデプロイしました https://ayumi-moriyama.github.io/age-calculation/