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 CLIが吐き出すファイルを読む / Read the...
Search
Yuuki Sumida
December 22, 2018
Technology
0
1k
フロントエンドわからなさすぎるのでVue CLIが吐き出すファイルを読む / Read the files generated by Vue CLI
Yuuki Sumida
December 22, 2018
Tweet
Share
More Decks by Yuuki Sumida
See All by Yuuki Sumida
stddev_popとstddev_sampの話 / stddev_pop and stddev_samp
razon
0
660
Monacaのビルド結果をSlackに通知したいマン[WIP] / Notify Monaca build results to Slack [WIP]
razon
0
460
ノベルティカンファレンス in 地方 / Novelty conference in local region
razon
0
800
おれたちのファイナルファンタジー勉強会 アンケート / Final Fantasy Survey
razon
1
250
今の飲みは次の飲みへ[完結編] / For the current drinking party to the next drinking party -final version-
razon
0
57
昔Reactで書いたコードをHyperappに移植した話 / Porting react to hyperapp
razon
0
270
今の飲みは次の飲みへ / For the current drinking party to the next drinking party
razon
0
56
大都会アワード2017 / Daitokai awards 2017
razon
0
910
合体事故した話
razon
0
670
Other Decks in Technology
See All in Technology
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
7
980
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
430
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
7
3.7k
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
190
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
350
組織観点からIAM Identity CenterとIAMの設計を考える
nrinetcom
PRO
1
190
AWSにおけるTrend Vision Oneの効果について
shimak
0
130
JAZUG 15周年記念 × JAT「AI Agent開発者必見:"今"のOracle技術で拡張するAzure × OCIの共存アーキテクチャ」
shisyu_gaku
0
130
GopherCon Tour 概略
logica0419
2
190
LLMアプリケーション開発におけるセキュリティリスクと対策 / LLM Application Security
flatt_security
7
1.9k
extension 現場で使えるXcodeショートカット一覧
ktombow
0
220
ユニットテストに対する考え方の変遷 / Everyone should watch his live coding
mdstoy
0
130
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Speed Design
sergeychernyshev
32
1.1k
Thoughts on Productivity
jonyablonski
70
4.9k
Fireside Chat
paigeccino
40
3.7k
Designing for Performance
lara
610
69k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Transcript
None
#gbdaitokai とか #忘年会議 とか 株式会社アイネット テックリード 兼 採⽤・⼈事担当 兼 営業
兼 以下略 Yuuki Sumida (@razon) ABOUT ME
前回のあらすじ
よろしくおね がいします
None
https://cli.vuejs.org/
https://vuejs.org/v2/guide/
$ npm install -g @vue/cli @vue/cli-service-global $ vue -V 3.2.1
$ vue ui
None
None
None
package.json
node_modules/@vue/cli-service/bin/cli-service.js
node_modules/@vue/cli-service/lib/commands/serve.js
https://webpack.js.org/
https://github.com/webpack/webpack-dev-server
node_modules/@vue/cli-service/package.json
node_modules/@vue/cli-plugin-babel/index.js
https://cli.vuejs.org/guide/plugins-and-presets.html#plugins
https://www.npmjs.com/search?q=%40vue%2Fcli-plugin
https://cli.vuejs.org/config/#global-cli-config
vue-cli-serviceがビルドなどのタスクを担当 ビルド⾃体はwebpack4(とwebpack-dev-server) プラグインごとにビルドの設定を読み込んでチェ ーンしている 基本config lessだがプロジェクトごとの設定は設 定ファイルを追加して書いていく フロントエンドわからん ざっくりとまとめ
ご清聴ありがとうございました おしまい