### Install fork-reap-design

Using npm:
```
正式版：
tnpm install @tencent/fork-reap-design  --save

测试版：
tnpm install @tencent/fork-reap-design@2.0.7-beta.0

```

Using a script tag for global use:

```html cdn引入方式待实现 TODO
<script type="text/javascript" src="reap.min.js"></script>
<link rel="stylesheet" href="dist/styles/reap.css">

```