Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle9312 committed Sep 27, 2019
1 parent 0418616 commit 433c3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miniapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Doraemon小程序端调试工具,内置很多常用的工具,避免重复实

## 如何使用

2. 通过 [GitLab](https://git.xiaojukeji.com/shaoxuezheng/miniapp-debug) 下载 `DoKit 的代码,然后 将dist/` 目录拷贝到自己的项目中。按照如下的方式使用组件:
1. 通过 `npm` 安装,同时依赖开发者工具的 `npm` 构建。具体详情可查阅 [官方 npm 文档](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html)

### 在需要引用工具的页面 page.json 中引入组件

Expand Down
2 changes: 1 addition & 1 deletion miniapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didi/miniapp-debug-component",
"version": "1.0.2",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"miniprogram": "dist",
Expand Down

0 comments on commit 433c3ff

Please sign in to comment.