Vue源码阅读(一)
Flow
- Facebook出品
- JavaScript静态类型检查工具(辅助)
- Git地址: https://github.com/facebook/flow
- 官网: https://flow.org/
VScode插件: Flow Language Support
源码目录
主要内容
构建方式
类似于webpack的打包构建工具,更轻量高效
- rollup: https://github.com/rollup/rollup
编译入口
src/platforms/web/*
runtime-only 和 runtime-with-compiler