Apache ECharts Website

Clone this repo:
  1. 690b4aa Deploying to asf-site from @ apache/echarts-website@726ec46fd957d481f855390923831f858ede0cf0 馃殌 by plainheart 路 3 days ago asf-site
  2. 726ec46 Deploying to asf-site from @ apache/echarts-website@02d439f8c47f74c032227743def1701fe19a8f8c 馃殌 by plainheart 路 3 days ago
  3. 02d439f Deploying to asf-site from @ apache/echarts-website@4430356b2c6a19faa13b72bbc6f82ec54db3552a 馃殌 by plainheart 路 9 days ago
  4. 4430356 Deploying to asf-site from @ apache/echarts-website@b3fe0b233f42a6bd6dfe3a5433e31b63412ae8ea 馃殌 by 100pah 路 2 weeks ago
  5. b3fe0b2 Deploying to asf-site from @ apache/echarts-website@6aa0b1fcdf0f040b7305e5458c25ef1037b35402 馃殌 by plainheart 路 2 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.