Apache ECharts Website

Clone this repo:
  1. 621007d Deploying to asf-site from @ apache/echarts-website@6b0ace2a67d32fa34d41a2fdb2e7a8b94a448e7d 馃殌 by plainheart 路 12 days ago asf-site
  2. 6b0ace2 Deploying to asf-site from @ apache/echarts-website@6556aaab2868c3e5b4da3f581b591ad7d815e9fc 馃殌 by plainheart 路 12 days ago
  3. 6556aaa Deploying to asf-site from @ apache/echarts-website@97bf10db0c738d87659c7f18315aef62ade66d02 馃殌 by plainheart 路 13 days ago
  4. 97bf10d Deploying to asf-site from @ apache/echarts-website@1258b114c0a0b8fee673f4b7bef3481cfaeebc4c 馃殌 by plainheart 路 7 weeks ago
  5. 1258b11 Deploying to asf-site from @ apache/echarts-website@28c11cc4442b38688604e41bd3c212cee04bafb7 馃殌 by plainheart 路 7 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.