1
0
mirror of synced 2025-11-06 04:21:11 +08:00
2025-05-07 13:26:09 +08:00
2025-01-05 21:08:05 +08:00
2025-05-07 13:26:09 +08:00
2025-05-07 13:26:09 +08:00
2024-07-16 20:13:36 +08:00
2022-12-04 11:01:41 +08:00
2019-10-10 16:05:49 +08:00
2020-07-03 14:30:04 +08:00
2023-02-21 20:10:24 +08:00
2024-11-10 22:37:33 +08:00
2024-07-16 20:10:45 +08:00
2025-05-07 13:15:47 +08:00
2024-07-08 19:41:15 +08:00
2018-06-16 18:25:09 +08:00
2025-05-07 13:15:47 +08:00
2024-10-24 12:25:37 +08:00

Eruda

Console for Mobile Browsers.

NPM version Build status Test coverage Downloads License

Demo

Demo

Browse it on your phone: eruda.liriliri.io

Install

You can get it on npm.

npm install eruda --save-dev

Add this script to your page.

<script src="node_modules/eruda/eruda.js"></script>
<script>eruda.init();</script>

It's also available on jsDelivr and cdnjs.

<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>

For more detailed usage instructions, please read the documentation at eruda.liriliri.io!

  • eruda-android: Simple webview with eruda loaded automatically.
  • chii: Remote debugging tool.
  • chobitsu: Chrome devtools protocol JavaScript implementation.
  • licia: Utility library used by eruda.
  • luna: UI components used by eruda.
  • vivy: Icon image generation.

Third Party

Backers

Contribution

Read Contributing Guide for development setup instructions.

Description
Console for mobile browsers. 一个开源的前端页面调试神器专为手机前端页面设计的调试面板,类似 DevTools 的迷你版,主要功能包括:捕获 console 日志、检查元素状态、捕获 XHR 请求、显示本地存储和 Cookie 信息等等。
https://eruda.liriliri.io/ Readme MIT 5.4 MiB
Languages
JavaScript 83.5%
SCSS 10.2%
HTML 4.1%
CSS 2.2%