Skip to content

duqingyu/vue-mini-mvvm

Repository files navigation

Vue2.x 源码学习 demo

项目相关架构

  • 打包:rollup
  • 静态服务:rollup-plugin-serve
  • 语法插件:@babel/core @rollup/plugin-babel @babel/preset-env
  • .babelrc: babel 配置文件
  • .gitignore: git 提交配置文件
  • rollup.config.js:rollup 打包配置文件

运行

git clone https://github.com/duqingyu/vue-mini-mvvm.git
npm install
npm run serve
npm run build:dev

About

手写双向绑定/v-model/模板编译/ast/render

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published