# Zdebug.js **Repository Path**: oi-contrib/Zdebug.js ## Basic Information - **Project Name**: Zdebug.js - **Description**: 移动端调试工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://oi-contrib.github.io/Zdebug.js/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-04 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: vconsole, debug, zdebug ## README # Zdebug.js 移动端调试工具,支持typescript开发
## 如何使用?
首先需要进行安装:
```
npm install --save-dev zdebug.js
```
然后在项目中引入:
```js
import Zdebug from 'zdebug.js'
Zdebug()
```
当然,你也可以使用CDN的方式:
```html
```
然后,在代码开头启动:
```js
Zdebug()
```
![]() |