This commit is contained in:
surunzi
2017-08-10 08:51:06 +08:00
parent b6842547d5
commit a473191f1e
2 changed files with 8 additions and 1 deletions

View File

@@ -43,6 +43,13 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
## 快速上手
通过CDN使用
```html
<script src="//cdn.bootcss.com/eruda/1.2.4/eruda.min.js"></script>
<script>eruda.init();</script>
```
通过npm安装
```bash