Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/easy-echarts


https://github.com/tohsaka888/easy-echarts

Last synced: 9 days ago
JSON representation

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
```