1.0.15 • Published 1 year ago

geek-data-source v1.0.15

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

可视化数据源

Geek version Repo link Gitlab link

logo

geek-data-source 主要功能描述。。

组件开发文档

安装

使用geek (推荐):

$ geek i geek-data-source -S

使用yarn:

$ yarn add data-source

使用npm:

$ npm install data-source -S

使用cdn:

<script src="https://cdn.geekplus.cc/data-source/lib/data-source.umd.min.js"></script>

Example

// 引入方式一:
// 作为局部组件
import { GeekDataSource } from 'geek-data-source'

// 注册局部组件
export default {
  components: { GeekDataSource }
  // ...
}

// 引入方式二:
// 作为插件使用
import GeekDataSource from 'geek-data-source'
Vue.use(GeekDataSource)

// 引入方式三:
// 通过cdn,自动注册为vue全局组件
<script src="https://cdn.geekplus.cc/data-source/lib/data-source.umd.min.js"></script>

// 使用组件
<geek-data-source
  prop="prop value"
  @event="eventHandler" />

查看组件文档

# 查看仓库文档
$ geek doc geek-data-source
# 查看 gitlab 项目源码,如果项目不存在,自动忽略 -g 选项
$ geek doc -g geek-data-source
1.0.15

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago