美文网首页
移动端调试工具eruda和vConsole

移动端调试工具eruda和vConsole

作者: Annun | 来源:发表于2022-05-17 09:52 被阅读0次

使用时在CDN查询版本,unpkg.com在我所在的区域加载慢,有条件的话部署到自己服务器上使用

  • eruda

官网:eruda.liriliri.io/
GitHub: liriliri/eruda
CDN:BootCDN

<script src="https://cdn.bootcdn.net/ajax/libs/eruda/2.4.1/eruda.min.js"></script>
<script>eruda.init();</script>
  • vConsole

GitHub: Tencent/vConsole
CDN:BootCDN

<script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.14.6/vconsole.min.js"></script>
<script>
  // VConsole will be exported to `window.VConsole` by default.
  var vConsole = new window.VConsole();
</script>

相关文章

网友评论

      本文标题:移动端调试工具eruda和vConsole

      本文链接:https://www.haomeiwen.com/subject/fwggurtx.html