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

https://github.com/apache/echarts-handbook

Apache ECharts Handbook
https://github.com/apache/echarts-handbook

apache echarts handbook

Last synced: 6 months ago
JSON representation

Apache ECharts Handbook

Awesome Lists containing this project

README

          

# About

This project is part of the source of [The Apache ECharts Official Website](https://echarts.apache.org/). See [echarts-website](https://github.com/apache/echarts-website) for more details of the building process.

## Preview on GitHub Pages

https://apache.github.io/echarts-handbook

## Init

```bash
npm install
```

## Dev

```bash
npm run dev
```

Open in browser: http://localhost:3000/echarts-handbook/dist/

## Deploy

### Deploy to local dist folder

```bash
npm run build:local
```

### Deploy to local echarts website

```bash
npm run build:localsite
```

### Deploy to asf

```bash
npm run build:asf
```

## Writing

https://apache.github.io/echarts-handbook/en/meta/edit-guide/