Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctank committed May 17, 2019
1 parent 20ab9e3 commit 3c28b05
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,25 @@ BPD-Core 是 web 形式的 bpmn 设计器,BPD-Core 仅提供建模和渲染,
- `package.json`
- `readme.md`

## 安装

使用 npm 安装

```
npm install bpd-core --save
```



## 引入

```javascript
import BPDCore from 'bpd-core'
import 'bpd-core/dist/css/bpd-core.css';
```



## 初始化

```js
Expand Down

0 comments on commit 3c28b05

Please sign in to comment.