Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaming743 committed Jul 5, 2019
1 parent 46da621 commit b755a48
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[中文](./README_CN.md)

<h1 align="center">DataV</h1>

<p align="center">
Expand All @@ -9,12 +11,30 @@
</a>
</p>

<h2 align="center">Vue large screen data display component library</h2>
## What is DataV?

* DataV is a data **visualization** components library based on **Vue**.
* Provide cool **SVG** borders and decorations.
* Provide common **charts** such as line chart, etc..
* flying line chart, carousel table and etc.

### Install with npm

```shell
$ npm install @jiaminghi/data-view
```

Detailed documents and examples can be viewed on the [HomePage](http://datav.jiaminghi.com).
### use

```js
import Vue from 'vue'
import DataV from '@jiaminghi/data-view'

Vue.use(DataV)

// Introduced on demand
import { borderBox1 } from '@jiaminghi/data-view'
Vue.use(borderBox1)
```

Detailed documents and examples can be viewed on the [HomePage](http://datav.jiaminghi.com).

0 comments on commit b755a48

Please sign in to comment.