Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

e-datav

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

e-datav

vue2 大屏组件

latest
Source
npmnpm
Version
0.10.0
Version published
Weekly downloads
9
-78.05%
Maintainers
1
Weekly downloads
 
Created
Source

E-DataV

LICENSE

什么是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>

Keywords

vue

FAQs

Package last updated on 22 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts