Apache ECharts Website

Clone this repo:
  1. be2aef7 Deploying to asf-site from @ apache/echarts-website@dd4d070a6c49460ee7cc6baa430ae1f7f1429606 馃殌 by plainheart 路 10 days ago asf-site
  2. dd4d070 Deploying to asf-site from @ apache/echarts-website@8e897fa1e58b30db1dae85a1e9060bdbc0f61b0c 馃殌 by plainheart 路 10 days ago
  3. 8e897fa Deploying to asf-site from @ apache/echarts-website@c063440bc6b1d531283b7df5c8dae39e1dc0e39a 馃殌 by plainheart 路 3 weeks ago
  4. c063440 Deploying to asf-site from @ apache/echarts-website@ead88050720d70156c4b42d729e9357687b4e22d 馃殌 by plainheart 路 6 weeks ago
  5. ead8805 Deploying to asf-site from @ apache/echarts-website@abc80ecedeea76058f0c67fa5ef8c086dd9b8a8c 馃殌 by plainheart 路 6 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.