Apache ECharts Website

Clone this repo:
  1. 6056d04 Deploying to asf-site from @ apache/echarts-website@455161bde6426febc9bb4cbb081344c8c348b8b0 馃殌 by plainheart 路 14 days ago asf-site
  2. 455161b Deploying to asf-site from @ apache/echarts-website@57146138fa293182a542cb7199d6982a4ee7d171 馃殌 by plainheart 路 3 weeks ago
  3. 5714613 Deploying to asf-site from @ apache/echarts-website@fcd84348ff567c82c8ae4d6a5c3c5b692408cd7a 馃殌 by plainheart 路 3 weeks ago
  4. fcd8434 Deploying to asf-site from @ apache/echarts-website@1a8d04fbe4f4c652689f14afdb349e5ee338e4cc 馃殌 by plainheart 路 3 weeks ago
  5. 1a8d04f Deploying to asf-site from @ apache/echarts-website@8b1ebaa3ba8d74138059cf5f9d6d84ab5cf1d6b2 馃殌 by plainheart 路 3 weeks 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.