release 5.1.2
127 files changed
tree: af0064a9e4e46115213592c4384c0b55c9c4e0b3
  1. .github/
  2. .scripts/
  3. components/
  4. en/
  5. examples/
  6. layouts/
  7. v4/
  8. zh/
  9. .gitignore
  10. .htaccess
  11. 404.html
  12. about.html
  13. api.html
  14. builder.html
  15. changelog.html
  16. cheat-sheet.html
  17. coding-standard.html
  18. committer.html
  19. demo.html
  20. download-extension.html
  21. download-map.html
  22. download-theme.html
  23. download.html
  24. download3.html
  25. events.html
  26. examples.html
  27. faq.html
  28. feature.html
  29. index.html
  30. maillist.html
  31. manually-redirect.html
  32. option-gl.html
  33. option.html
  34. option3.html
  35. README.md
  36. resources.html
  37. security.html
  38. spreadsheet.html
  39. theme-builder.html
  40. tutorial.html
README.md

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.