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
980
フロントエンドわからなさすぎるので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
590
Monacaのビルド結果をSlackに通知したいマン[WIP] / Notify Monaca build results to Slack [WIP]
razon
0
430
ノベルティカンファレンス in 地方 / Novelty conference in local region
razon
0
710
おれたちのファイナルファンタジー勉強会 アンケート / Final Fantasy Survey
razon
1
210
今の飲みは次の飲みへ[完結編] / For the current drinking party to the next drinking party -final version-
razon
0
52
昔Reactで書いたコードをHyperappに移植した話 / Porting react to hyperapp
razon
0
250
今の飲みは次の飲みへ / For the current drinking party to the next drinking party
razon
0
53
大都会アワード2017 / Daitokai awards 2017
razon
0
830
合体事故した話
razon
0
630
Other Decks in Technology
See All in Technology
WACATE2024冬セッション資料(ユーザビリティ)
scarletplover
0
190
生成AIのガバナンスの全体像と現実解
fnifni
1
180
成果を出しながら成長する、アウトプット駆動のキャッチアップ術 / Output-driven catch-up techniques to grow while producing results
aiandrox
0
180
OpenAIの蒸留機能(Model Distillation)を使用して運用中のLLMのコストを削減する取り組み
pharma_x_tech
4
540
5分でわかるDuckDB
chanyou0311
10
3.2k
アップデート紹介:AWS Data Transfer Terminal
stknohg
PRO
0
180
ゼロから創る横断SREチーム 挑戦と進化の軌跡
rvirus0817
2
260
LINEスキマニにおけるフロントエンド開発
lycorptech_jp
PRO
0
330
どちらを使う?GitHub or Azure DevOps Ver. 24H2
kkamegawa
0
670
ハイテク休憩
sat
PRO
2
130
マイクロサービスにおける容易なトランザクション管理に向けて
scalar
0
110
非機能品質を作り込むための実践アーキテクチャ
knih
3
810
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
510
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
810
Mobile First: as difficult as doing things right
swwweet
222
9k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Agile that works and the tools we love
rasmusluckow
328
21k
A designer walks into a library…
pauljervisheath
204
24k
How GitHub (no longer) Works
holman
311
140k
Music & Morning Musume
bryan
46
6.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.5k
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だがプロジェクトごとの設定は設 定ファイルを追加して書いていく フロントエンドわからん ざっくりとまとめ
ご清聴ありがとうございました おしまい