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
620
Monacaのビルド結果をSlackに通知したいマン[WIP] / Notify Monaca build results to Slack [WIP]
razon
0
450
ノベルティカンファレンス in 地方 / Novelty conference in local region
razon
0
750
おれたちのファイナルファンタジー勉強会 アンケート / Final Fantasy Survey
razon
1
230
今の飲みは次の飲みへ[完結編] / For the current drinking party to the next drinking party -final version-
razon
0
54
昔Reactで書いたコードをHyperappに移植した話 / Porting react to hyperapp
razon
0
260
今の飲みは次の飲みへ / For the current drinking party to the next drinking party
razon
0
56
大都会アワード2017 / Daitokai awards 2017
razon
0
870
合体事故した話
razon
0
650
Other Decks in Technology
See All in Technology
彩の国で始めよう。おっさんエンジニアから共有したい、当たり前のことを当たり前にする技術
otsuki
0
130
Spice up your notifications/try!Swift25
noppefoxwolf
2
350
OpenSearchでレガシーな検索処理の大幅改善をやってやろう
dznbk
2
160
Amazon CloudWatch Application Signals ではじめるバーンレートアラーム / Burn rate alarm with Amazon CloudWatch Application Signals
ymotongpoo
5
360
Devinで模索する AIファースト開発〜ゼロベースから始めるDevOpsの進化〜
potix2
PRO
7
3.1k
AIを活用した化学反応的なスピード開発 TDD × ペアプロ × AI / Chemically Reactive Speed Development with AI. TDD-Pair Pro-AI
oomatomo
0
250
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming
tomzoh
0
220
はじめてのSDET / My first challenge as a SDET
bun913
1
230
【2025年度新卒技術研修】100分で学ぶ サイバーエージェントのデータベース 活用事例とMySQLパフォーマンス調査
cyberagentdevelopers
PRO
5
7k
バックオフィス向け toB SaaS バクラクにおけるレコメンド技術活用 / recommender-systems-in-layerx-bakuraku
yuya4
5
470
Beyond {shiny}: The Future of Mobile Apps with R
colinfay
1
400
LiteXとオレオレCPUで作る自作SoC奮闘記
msyksphinz
0
400
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
36
3.2k
How STYLIGHT went responsive
nonsquared
99
5.5k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Git: the NoSQL Database
bkeepers
PRO
430
65k
GitHub's CSS Performance
jonrohan
1030
460k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Thoughts on Productivity
jonyablonski
69
4.6k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Speed Design
sergeychernyshev
29
890
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.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だがプロジェクトごとの設定は設 定ファイルを追加して書いていく フロントエンドわからん ざっくりとまとめ
ご清聴ありがとうございました おしまい