Apache ECharts Website

Clone this repo:
  1. c063440 Deploying to asf-site from @ apache/echarts-website@ead88050720d70156c4b42d729e9357687b4e22d 馃殌 by plainheart 路 11 days ago asf-site
  2. ead8805 Deploying to asf-site from @ apache/echarts-website@abc80ecedeea76058f0c67fa5ef8c086dd9b8a8c 馃殌 by plainheart 路 13 days ago
  3. abc80ec Deploying to asf-site from @ apache/echarts-website@1e1f195d4f7d03b14b805aa99c0f83bf20bf083a 馃殌 by plainheart 路 3 weeks ago
  4. 1e1f195 Deploying to asf-site from @ apache/echarts-website@126082634a85da9e0261b829836e429e35380099 馃殌 by plainheart 路 7 weeks ago
  5. 1260826 Deploying to asf-site from @ apache/echarts-website@ab00b63671ecaba5b76e3833e6b2cdc1e02bb86c 馃殌 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.