@byzanteam/carbonium
v0.4.2
Published
Carnonium
Downloads
68
Readme
Carbonium
Carbonium 图表库,基于 Typescript & Vue。
Development
$ yarn install # Install dependencies
$ yarn run serve # Serve examples for development
$ yarn run lint # Lint files
$ yarn run build # Build assets for production
Document
See Carbonium Document.
Directory Structure
.
├── docs
├── examples
├── public
├── src
│ ├── components
│ │ └── charts
│ ├── directives
│ ├── mixins
│ ├── plugins
│ ├── themes
│ ├── types
│ ├── utils
├── README.md
├── babel.config.js
├── package.json
├── postcss.config.js
├── tsconfig.json
├── vue.config.js
└── yarn.lock