简易版 vue3.0 核心实现
use esbuild
to build source code to be esm
/ cjs
/ iife
(browser) standard-code
achieve that with shell args: -f [xxx]
use Proxy
make an object to be a proxy-object
lazy-proxy
: It means that a property of the object is also an object, when you get it's value, make the property object to be a proxy-object