Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 347 Bytes

使用说明

一个模拟 petite-vue 核心实现的库,由易到难,后面看源码会变得更容易理解 删除了多余的边界判断,只留下核心的实现,让源码阅读更容易

快速上手

1、下载: git clone https://github.com/studynetskill/pvue.git

2、初始化环境 npm i

3、启动项目 npm run dev