移动端调试工具eruda
Posted yourname
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移动端调试工具eruda相关的知识,希望对你有一定的参考价值。
通过CDN使用:
<script src="//cdn.bootcss.com/eruda/1.4.2/eruda.min.js"></script>
<script>eruda.init();</script>
通过npm安装:
npm install eruda --save
在页面中加载脚本:
<script src="node_modules/eruda/eruda.min.js"></script>
<script>eruda.init();</script>
参考:https://github.com/liriliri/eruda/blob/master/doc/README_CN.md
以上是关于移动端调试工具eruda的主要内容,如果未能解决你的问题,请参考以下文章