https://github.com/d2bjs/vue-d2b
Vue components for d2b charts.
https://github.com/d2bjs/vue-d2b
Last synced: 9 months ago
JSON representation
Vue components for d2b charts.
- Host: GitHub
- URL: https://github.com/d2bjs/vue-d2b
- Owner: d2bjs
- License: bsd-3-clause
- Created: 2017-11-05T20:48:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:40:21.000Z (almost 3 years ago)
- Last Synced: 2024-04-12T15:28:04.317Z (over 1 year ago)
- Language: Vue
- Homepage: https://d2bjs.github.io/vue-d2b
- Size: 5.01 MB
- Stars: 36
- Watchers: 5
- Forks: 6
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-zh - vue-d2b - d2b图表的Vue组件. (包括轴,饼图,sankey和旭日形图) (UI组件 / 图表)
- awesome-vue - vue-d2b - Vue components for d2b charts. (UI Components [🔝](#readme))
- awesome-vue - vue-d2b - Vue components for d2b charts. (Including axis, pie, sankey, and sunburst charts) (Components & Libraries / UI Components)
- awesome-vue - vue-d2b ★26 - Vue components for d2b charts. (Including axis, pie, sankey, and sunburst charts) (UI Components / Charts)
- awesome-vue - vue-d2b - Vue components for d2b charts. (Including axis, pie, sankey, and sunburst charts) (UI Components / Charts)
README
# vue-d2b
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).