Skip to content

迷你版 Vue

介绍

源码点我

自定义实现的 mini 版的 Vue,实现的功能如下:

  • 模板解析
  • 双向绑定
  • Proxy 代理
  • ... ...

内部附有xmind思维导图

工具是使用的 Vite

克隆

shell
git clone https://github.com/web-liuyang/custom-vue.git

安装依赖包

shell
yarn

启动命令

shell
yarn start