Skip to content

Commit

Permalink
docs:新增release-note
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle9312 committed Oct 8, 2019
1 parent 8a75353 commit 6cd2a67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Empty file added Doc/miniapp-ReleaseNotes.md
Empty file.
3 changes: 2 additions & 1 deletion miniapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Doraemon小程序端调试工具,内置很多常用的工具,避免重复实

## 如何使用

1. 通过 `npm` 安装,然后从node_modules中将`dist/`目录拷贝到自己的项目中,然后按如下方式进行使用
1. 通过 `npm` 安装 `npm install -s -d dokit-miniapp`
2. 然后从node_modules中将`dist/`目录拷贝到自己的项目中,然后按如下方式进行使用

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

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

0 comments on commit 6cd2a67

Please sign in to comment.