Skip to content

wanglin2/learn_vue_2.6.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue2.6.1源码阅读系列文章

调试

启动

npx http-server -e js -c-1

访问

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

修改

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

源码阅读文章

启动服务

docsify serve ./docs