Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 436 Bytes

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