Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 287 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 287 Bytes

介绍

vue 源码练习,包括模板编译(仅变量解析)、响应式原理、计算属性、异步更新、生命周期、mixin

使用

  1. 安装依赖
npm install
  1. 启动服务器
npm run serve

访问 http://localhost:8000/public/index.html