Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jccdex/jcc_kline

kline for jccdex website
https://github.com/jccdex/jcc_kline

jccdex kline

Last synced: 17 days ago
JSON representation

kline for jccdex website

Awesome Lists containing this project

README

        

# jcc_kline

[![Build Status](https://travis-ci.com/JCCDex/jcc_kline.svg?branch=master)](https://travis-ci.com/JCCDex/jcc_kline)
[![Coverage Status](https://coveralls.io/repos/github/JCCDex/jcc_kline/badge.svg)](https://coveralls.io/github/JCCDex/jcc_kline)

## Installtion

```shell
npm install jcc_kline
```

### 目录结构
```
├── demo // demo目录
├── src // 组件目录
├── test // 测试
├── package.json
└── README
```

## 快速上手

引入jcc_kline

``` javascript
// 引入jcc_kline
import kline from 'jcc_kline'

Vue.use(kline)

```
## 组件

### K线图

```vue

```