Open 2018.12.03
Vue Fes Japan 2018
A deep dive in SFC compilation
■ 動画紹介
スピーカーのRahul は開発者でオープンソース・エンスージアストです。彼は Vue エコシステム向けにツール上で動作するコンパイラユーティリティを作っています。
彼は、Myntra でシニアエンジニアとして働いています。
Vue single file components empowers developers with ability to write declarative render functions using plain HTML-like syntax. The so called SFCs also provide features like collocation and scoped styles. We tend to use these SFCs effortlessly as any other JavaScript file but to reach that level of ease, Vue does the heavy lifting of transpilation. This talk takes a deep dive in the compilation process of Vue components and explains how to write a custom block processor. It also discovers some less known facts about SFCs.
彼は、Myntra でシニアエンジニアとして働いています。
Vue single file components empowers developers with ability to write declarative render functions using plain HTML-like syntax. The so called SFCs also provide features like collocation and scoped styles. We tend to use these SFCs effortlessly as any other JavaScript file but to reach that level of ease, Vue does the heavy lifting of transpilation. This talk takes a deep dive in the compilation process of Vue components and explains how to write a custom block processor. It also discovers some less known facts about SFCs.
■ コンテンツ一覧
- Vue 3.0 Updates (50:12) >>
- Vue Designer: デザインと実装の統合 (36:52) >>
- A deep dive in SFC compilation (19:13) >>
- Vue CLI 3 and its Graphical User Interface (34:26) >>
- Vue.js と Web Components のこれから (30:10) >>
- Unit testing a Vuex store (26:12) >>
- Nuxt.js 2.0 (33:23) >>
- note のフロントエンドを Nuxt.js で再構築した話 (32:30) >>
- 1年間単体テストを書き続けた現場から送る Vue Component のテスト (34:42) >>