Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/easy-echarts
https://github.com/tohsaka888/easy-echarts
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tohsaka888/easy-echarts
- Owner: tohsaka888
- Created: 2023-11-15T14:59:07.000Z (almost 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T05:18:23.000Z (about 1 month ago)
- Last Synced: 2024-10-17T18:49:14.687Z (29 days ago)
- Language: TypeScript
- Homepage: https://easy-echarts.vercel.app
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyCharts
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/tohsaka888/create-react-swc-app/blob/master/LICENSE)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)## introduction
TODO
## Output
build a `cjs` module:
```bash
pnpm build:commonjs
```build a `esm` module:
```bash
pnpm build:esmodule
```build a `amd` module:
```bash
pnpm build:amd
```build a `umd` module:
```bash
pnpm build:umd
```