Apache ECharts Website

Clone this repo:
  1. 151ce81 Deploying to asf-site from @ apache/echarts-website@ac24d74c9fd4db5e5f22603b4657c07fd10f6067 馃殌 by Ovilia 路 2 days ago asf-site
  2. ac24d74 Deploying to asf-site from @ apache/echarts-website@63a74fa67b751e59084292666d755fc149556ce0 馃殌 by plainheart 路 4 days ago
  3. 63a74fa Deploying to asf-site from @ apache/echarts-website@32a5a607ace9db5d3f62c1a1453b231d50914fed 馃殌 by plainheart 路 4 days ago
  4. 32a5a60 Deploying to asf-site from @ apache/echarts-website@987886156078ff37c481ccf4a22673aa664e1907 馃殌 by plainheart 路 4 days ago
  5. 9878861 Deploying to asf-site from @ apache/echarts-website@12b492799ab11ed5d7a6c18b0c9646c5ff105597 馃殌 by plainheart 路 4 days 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.