update readme

This commit is contained in:
jiaming743 2019-09-10 15:10:02 +08:00
parent 7b9174302e
commit 79bae7bea4
2 changed files with 18 additions and 6 deletions

View File

@ -12,10 +12,10 @@
## DataV是干什么的? ## DataV是干什么的?
* DataV是一个基于**Vue**的数据可视化组件库. * DataV是一个基于**Vue**的数据可视化组件库
* 提供用于提升页面视觉效果的**SVG**边框和装饰. * 提供用于提升页面视觉效果的**SVG**边框和装饰
* 提供常用的**图表**如折线图等. * 提供常用的**图表**如折线图等
* 飞线图/轮播表等其他组件. * 飞线图/轮播表等其他组件
### npm安装 ### npm安装
@ -38,6 +38,12 @@ Vue.use(borderBox1)
详细文档及示例请移步[HomePage](http://datav.jiaminghi.com). 详细文档及示例请移步[HomePage](http://datav.jiaminghi.com).
### UMD版
`UMD`版可直接使用`script`标签引入,`UMD`版文件位于项目`dist`目录下,引入后将自动把所有组件注册为**Vue全局组件**,引入`Datav`前请确保已引入`Vue`。
[UMD版使用示例](./umdExample.html)
### React版本 ### React版本
React版本已在开发中敬请期待 React版本已在开发中敬请期待
@ -46,7 +52,7 @@ React版本已在开发中敬请期待
关于React版本组件库及反馈请移步[问卷调查](https://www.wjx.cn/jq/45326197.aspx) 关于React版本组件库及反馈请移步[问卷调查](https://www.wjx.cn/jq/45326197.aspx)
![问卷调查](./qrcode.jpg) ![问卷调查](./questionnaire.jpg)
### TODO ### TODO

View File

@ -39,6 +39,12 @@ Vue.use(borderBox1)
Detailed documents and examples can be viewed on the [HomePage](http://datav.jiaminghi.com). Detailed documents and examples can be viewed on the [HomePage](http://datav.jiaminghi.com).
### UMD version
The `UMD` version can be directly imported using the `script` tag. The `UMD` version file is located in the project `dist` directory. After import, all components will be automatically registered as **Vue global components**. Be sure to introduce `Vue` before introducing `Datav`.
[UMD version usage example](./umdExample.html)
### React version ### React version
The reaction version is already under development, so stay tuned The reaction version is already under development, so stay tuned
@ -47,7 +53,7 @@ The reaction version is already under development, so stay tuned
React version of the component library and feedback[Questionnaire](https://www.wjx.cn/jq/45326197.aspx) React version of the component library and feedback[Questionnaire](https://www.wjx.cn/jq/45326197.aspx)
![问卷调查](./qrcode.jpg) ![问卷调查](./questionnaire.jpg)
### TODO ### TODO