Apache ECharts Website

Clone this repo:
  1. a7ec9fc Deploying to asf-site from @ apache/echarts-website@afa7f457edc3f2d422fce4f133a09fffa046cff6 馃殌 by plainheart 路 20 hours ago asf-site
  2. afa7f45 Deploying to asf-site from @ apache/echarts-website@26f636189124b2abe82aa73a809912806cc413ca 馃殌 by plainheart 路 3 weeks ago
  3. 26f6361 Deploying to asf-site from @ apache/echarts-website@cb1873e9095930eeae083d2e77f885827953d245 馃殌 by plainheart 路 5 weeks ago
  4. cb1873e Deploying to asf-site from @ apache/echarts-website@d8aa608ce975fc230fff9c0ce204d935fd713cbd 馃殌 by plainheart 路 5 weeks ago
  5. d8aa608 Merge pull request #16 from niallkp/asf-site by Zhongxiang Wang 路 5 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.