vueを構成する主要な要素
Runtime
実際の動作に影響する部分全般
reactivity system
ref
virtual DOM
仮装DOM
JSのランタイム上にあるDOMを模倣したJSのオブジェクト
component
Compiler
開発者インターフェースと内部実装の変換を担う部分
template compiler
htmlに書くv-ifやv-on、コンポーネント
SFC compiler
.vue -> html,css,js
https://github.com/vuejs/core/blob/main/.github/contributing.md#package-dependencies