Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jccdex/jcc_kline
- Owner: JCCDex
- License: mit
- Created: 2018-11-30T02:07:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T04:25:41.000Z (about 2 years ago)
- Last Synced: 2024-05-29T22:37:43.185Z (7 months ago)
- Topics: jccdex, kline
- Language: JavaScript
- Homepage: https://jccdex.cn/
- Size: 3.4 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```