/mini-vue

Deepen understanding of vue

Primary LanguageJavaScript

Mini Vue 旨在加深对于 Vue 内部实现原理的理解

  1. 下载项目代码 git clone https://github.com/wangyesheng/mini-vue.git my-project cd my-project

  2. 进入目录安装依赖,国内用户推荐使用 cnpm 进行加速。 yarn install / npm install

  3. 启动本地服务器。 npm run start

  4. 打包编译。 npm run build