Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 369 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 369 Bytes

Vue2.6.1源码阅读系列文章

调试

启动

npx http-server -e js -c-1

访问

http:https://【你的ip:端口】/examples/index.html

修改

可以修改/examples/目录下的测试文件,然后在/src/目录下你需要调试的地方添加debugger断点调试即可。

源码阅读文章

启动服务

docsify serve ./docs