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
- Host: GitHub
- URL: https://github.com/apache/echarts-handbook
- Owner: apache
- License: apache-2.0
- Created: 2020-06-17T09:33:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T07:27:24.000Z (6 months ago)
- Last Synced: 2025-04-11T09:30:51.909Z (6 months ago)
- Topics: apache, echarts, handbook
- Language: Vue
- Homepage: https://echarts.apache.org/handbook
- Size: 34.3 MB
- Stars: 80
- Watchers: 12
- Forks: 146
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/