Apache ECharts Website

Clone this repo:
  1. 13d0d5b Deploying to asf-site from @ apache/echarts-website@92e7b4f0f95bdfece09a24bb119881663ac36fec 馃殌 by 100pah 路 5 days ago asf-site
  2. 92e7b4f Update doap_ECharts.rdf by Zhongxiang Wang 路 6 days ago
  3. 5022000 Deploying to asf-site from @ apache/echarts-website@f95731925501f4045fb02e29a7bb21fa3295b0ea 馃殌 by plainheart 路 8 days ago
  4. f957319 Deploying to asf-site from @ apache/echarts-website@3159c26a1d16dba3bdf99d3ed8f044f3c8ca843a 馃殌 by 100pah 路 10 days ago
  5. 3159c26 Deploying to asf-site from @ apache/echarts-website@3ea43ae203dcefddea6550c3b04fd8360230c0f9 馃殌 by plainheart 路 10 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.