Apache ECharts Website

Clone this repo:
  1. 51d0eba Deploying to asf-site from @ apache/echarts-website@d82131ab25cd1ad9b169088969b52f6c33f62739 馃殌 by Ovilia 路 16 hours ago asf-site
  2. d82131a Merge pull request #18 from apache/feat-theme-builder by Wenli Zhang 路 16 hours ago
  3. c411e82 Deploying to asf-site from @ apache/echarts-website@3c190679391fedf2e92e4145d82b83ae571d7dcc 馃殌 by Ovilia 路 3 days ago
  4. 3c19067 chore: update deploy node version by Wenli Zhang 路 3 days ago
  5. fac45e3 chore: update release by Ovilia 路 3 days ago

Apache ECharts Website

Setup

Clone this project, alone with echarts, echarts-www, echarts-examples, echarts-doc under the same directory.

Debug Locally

Edit echarts-www/config/env.debug.js and echarts-examples/config/env.debug.js. Change host to be the path to local debug server and examples.

For example, if you use http-server to start a server http://127.0.0.1:8080 under echarts-website directory, host in the two projects should be http://127.0.0.1:8080 and http://127.0.0.1:8080/examples accordingly.

  1. Run gulp release --dev under echarts-examples.

  2. Run sh release.sh under echarts-doc.

  3. Run gulp release --dev under echarts-www.

  4. Run a server under echarts-website directory and test.

Build Release

Check the “echarts release guide” please.