Apache ECharts Website

Clone this repo:
  1. 98d6827 Deploying to asf-site from @ apache/echarts-website@de72da754087ab0fb9220afd1e802d035d828128 馃殌 by plainheart 路 13 days ago asf-site
  2. de72da7 Deploying to asf-site from @ apache/echarts-website@b8efdb91084be402bef480ea672c5dd951e71608 馃殌 by plainheart 路 3 weeks ago
  3. b8efdb9 Deploying to asf-site from @ apache/echarts-website@c88fa48d051c8267f653a04f8fec493029e0a1c5 馃殌 by plainheart 路 9 weeks ago
  4. c88fa48 Deploying to asf-site from @ apache/echarts-website@9c2990969b0ae591f32629da018625911a97e96a 馃殌 by plainheart 路 10 weeks ago
  5. 9c29909 Deploying to asf-site from @ apache/echarts-website@7f59535b4fb7c55bdecb8e5212a9fbd507e70694 馃殌 by wf123537200 路 10 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.