Skip to content

suressk/vue-plain

Repository files navigation

Vue-Plain

简易版 vue3.0 核心实现

Monorepo

Workspace Docs 🔗

goal 1: esbuild

use esbuild to build source code to be esm / cjs / iife(browser) standard-code

achieve that with shell args: -f [xxx]

goal 2: reactive

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

About

vue3 核心逻辑实现

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published