Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 285 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 285 Bytes

迷你版 Vue

介绍

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

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

内部附有xmind思维导图

工具是使用的 Vite

安装依赖包

yarn

启动命令

yarn start