DemuMesDataV/README.md

51 lines
1.2 KiB
Markdown
Raw Normal View History

2019-07-31 10:09:35 +08:00
[ENGLISH](./README_EN.md)
2019-07-05 16:17:52 +08:00
2019-06-25 19:57:04 +08:00
<h1 align="center">DataV</h1>
<p align="center">
<a href="https://github.com/jiaming743/datav/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/jiaming743/datav.svg" alt="LICENSE" />
2019-06-26 15:25:53 +08:00
</a>
2019-07-05 16:25:54 +08:00
<a href="https://www.npmjs.com/package/@jiaminghi/data-view">
2019-06-25 19:57:04 +08:00
<img src="https://img.shields.io/npm/v/@jiaminghi/data-view.svg" alt="LICENSE" />
</a>
</p>
2018-12-04 11:43:18 +08:00
2019-07-31 10:09:35 +08:00
## DataV是干什么的?
2019-07-05 16:17:52 +08:00
2019-07-31 10:09:35 +08:00
* DataV是一个基于**Vue**的数据可视化组件库.
* 提供用于提升页面视觉效果的**SVG**边框和装饰.
* 提供常用的**图表**如折线图等.
* 飞线图/轮播表等其他组件.
2018-12-04 11:43:18 +08:00
2019-07-31 10:09:35 +08:00
### npm安装
2018-12-04 11:43:18 +08:00
2019-06-25 19:57:04 +08:00
```shell
$ npm install @jiaminghi/data-view
```
2018-12-04 11:43:18 +08:00
2019-07-31 10:09:35 +08:00
### 使用
2019-07-05 16:17:52 +08:00
```js
import Vue from 'vue'
import DataV from '@jiaminghi/data-view'
Vue.use(DataV)
2019-07-31 10:09:35 +08:00
// 按需引入
2019-07-05 16:17:52 +08:00
import { borderBox1 } from '@jiaminghi/data-view'
Vue.use(borderBox1)
```
2019-08-27 18:33:14 +08:00
详细文档及示例请移步[HomePage](http://datav.jiaminghi.com).
### Demo
* [施工养护综合数据](http://datav.jiaminghi.com/demo/construction-data/index.html)
![construction-data](./demoImg/construction-data.jpg)
* [机电运维管理台](http://datav.jiaminghi.com/demo/manage-desk/index.html)
![manage-desk](./demoImg/manage-desk.jpg)