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
940
フロントエンドわからなさすぎるので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
570
Monacaのビルド結果をSlackに通知したいマン[WIP] / Notify Monaca build results to Slack [WIP]
razon
0
410
ノベルティカンファレンス in 地方 / Novelty conference in local region
razon
0
670
おれたちのファイナルファンタジー勉強会 アンケート / Final Fantasy Survey
razon
1
200
今の飲みは次の飲みへ[完結編] / For the current drinking party to the next drinking party -final version-
razon
0
51
昔Reactで書いたコードをHyperappに移植した話 / Porting react to hyperapp
razon
0
250
今の飲みは次の飲みへ / For the current drinking party to the next drinking party
razon
0
52
大都会アワード2017 / Daitokai awards 2017
razon
0
790
合体事故した話
razon
0
620
Other Decks in Technology
See All in Technology
【株式会社ELYZA】|GENIAC成果報告会 自社開発モデルプレゼンテーション
elyza
1
350
LLVM/ASMを使った有限体の高速実装
herumi
0
120
Cloud Run と GitHub Template Repository による軽量なアプリケーションプラットフォーム/ #nikkei_tech_talk
nikkei_engineer_recruiting
0
110
効果的なオンコール対応と障害対応
ryuichi1208
6
3.1k
Functional TypeScript
naoya
11
4.8k
PDF Viewer作成の今までとこれから
hunachi
0
480
AI前提のサービス運用ってなんだろう?
ryuichi1208
3
810
実務における脅威モデリングを考えよう
nikinusu
0
700
なにもしてないのにNew Relicのデータ転送量が増えていたときに確認したこと
tk3fftk
2
230
DevRelの始め方
moongift
PRO
2
400
Mocking in Rust Applications
taiki45
2
420
あなたの知らないiOS開発の世界
recruitengineers
PRO
3
190
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
327
20k
What's new in Ruby 2.0
geeforr
340
31k
Build The Right Thing And Hit Your Dates
maggiecrowley
30
2.3k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
26
1.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
190
16k
Intergalactic Javascript Robots from Outer Space
tanoku
268
26k
How to train your dragon (web standard)
notwaldorf
85
5.6k
A Philosophy of Restraint
colly
202
16k
Optimising Largest Contentful Paint
csswizardry
31
2.8k
It's Worth the Effort
3n
182
27k
The Cost Of JavaScript in 2023
addyosmani
42
5.7k
The World Runs on Bad Software
bkeepers
PRO
64
11k
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だがプロジェクトごとの設定は設 定ファイルを追加して書いていく フロントエンドわからん ざっくりとまとめ
ご清聴ありがとうございました おしまい