0.7.4 • Published 8 months ago

@banmao/procomponent v0.7.4

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

DataV Vue3+TS+Vite版

Author LICENSE

NPM

由于之前大佬写的 DataV 不支持Vue3 Vite2.x,现部分代码用Vue3+TS重构。

文档地址https://datav-vue3.netlify.app

Gitee地址https://gitee.com/kjgl77/datav-vue3

Github地址https://github.com/vaemusic/datav-vue3

Demo预览地址https://datav-vue3-demo.netlify.app/

Demo Gitee地址https://gitee.com/kjgl77/electronic-file

Demo Github地址https://github.com/vaemusic/electronic-file

使用方法

  • 安装,此处使用pnpm工具,也可以yarn,npm等
pnpm install @kjgl77/datav-vue3

全局引入

// main.ts中全局引入
import { createApp } from 'vue'
import DataVVue3 from '@kjgl77/datav-vue3'

const app = createApp(App)

app.use(DataVVue3)
app.mount('#app')

引入后在.vue文件中可以直接使用

<dv-decoration-1 :color="['pink','yellow']" style="width:200px;height:50px;" />

局部引入

<!-- 在.vue文件的script中import部分组件 -->
<script lang="ts" setup>
import { Decoration1, Decoration2 } from '@kjgl77/datav-vue3'
</script>
<template>
  <!-- 引入之后就可以在vue的template中直接使用 -->
  <decoration-1 :color="['pink','yellow']" style="width:200px;height:50px;" />
  <decoration-2 :reverse="true" style="width:5px;height:150px;" />
</template>

新的组件库开发根据大佬的 MY-Kit 开发。支持脚本生成基础文件,文档,可使用Markdown一边开发源码一边写文档。详情可见MY-Kit文档。

0.7.4

8 months ago

0.7.2

9 months ago

0.7.3

9 months ago

0.7.1

9 months ago

0.7.0

9 months ago

0.6.6

10 months ago

0.7.0-beta.0

10 months ago

0.7.0-beta.1

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.3.9

1 year ago

0.3.17

12 months ago

0.3.16

12 months ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.18

12 months ago

0.6.3

11 months ago

0.3.6

1 year ago

0.6.2

11 months ago

0.3.8

1 year ago

0.3.7

1 year ago

0.5.0

11 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.6.1

11 months ago

0.4.3

11 months ago

0.6.0

11 months ago

0.4.2

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago