- 通过 npm 安装(推荐)
npm install @we-debug/core --save
- 下载代码
克隆项目至本地,并将dist
目录拷贝到自己的项目中
https://github.com/dlhandsome/we-debug.git
- 在 json 配置中添加 we-debug 组件声明
{
"usingComponents": {
"we-debug": "@we-debug/core/component/index/index"
}
}
- 在页面 wxml 中创建 we-debug 组件
<we-debug></we-debug>
- 在 app.js 中初始化 we-debug 相关配置
const weDebug = require('@we-debug/core/libs/index')
weDebug.init()