2019-07-05 16:19:18 +08:00
2019-07-05 16:18:40 +08:00
2019-07-05 16:19:18 +08:00
2019-07-03 18:34:31 +08:00
2019-07-03 21:59:59 +08:00
2019-07-05 16:17:33 +08:00
2019-06-25 19:57:04 +08:00
2019-07-05 13:52:20 +08:00
2019-07-03 22:00:43 +08:00
2019-07-05 16:17:15 +08:00
2019-07-05 16:17:52 +08:00

中文

DataV

LICENSE LICENSE

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

$ npm install @jiaminghi/data-view

use

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.

Description
自动化项目大屏
Readme 3.4 MiB
Languages
Vue 86.5%
JavaScript 9.5%
CSS 3.8%
HTML 0.2%