0.10.0 • Published 4 months ago

e-datav v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

E-DataV

什么是E-DataV?

  • E-DataV是一个基于Vue2的数据可视化组件库(Vue2版本React版本
  • 提供数据可视化大屏所需的各种组件,朋友写的DataV组件库中已有的组件,我这边不会过多增加,最多是效果提升
  • 因个人比较佛系,更新会比较慢,但会持续更新

链接

E-DataV 官方文档

npm安装

$ npm install e-datav

使用

import Vue from 'vue'
import EDataV from 'e-datav'

Vue.use(EDataV)

// 按需引入
import { EDigitalFlop } from 'e-datav'
Vue.use(EDigitalFlop)

UMD版

<body>
    <div id="app">
        <e-digital-flop :value="9999" separator=","></e-digital-flop>
    </div>
</body>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://unpkg.com/e-datav/dist/e-datav.min.vue.js"></script>
<script>
    new Vue({
        el: '#app'
    })
</script>
0.10.0

4 months ago

0.9.0

6 months ago

0.7.2

8 months ago

0.8.0

8 months ago

0.7.1

8 months ago

0.7.0

8 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.6.0

9 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.5.0

10 months ago

0.3.2

10 months ago

0.2.3

10 months ago

0.4.0

10 months ago

0.3.1

10 months ago

0.2.2

10 months ago

0.3.4

10 months ago

0.2.5

10 months ago

0.5.1

9 months ago

0.3.3

10 months ago

0.2.4

10 months ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago