Deploying to asf-site from @ apache/echarts-website@c88fa48d051c8267f653a04f8fec493029e0a1c5 🚀
103 files changed
tree: 0c1d7a4eba5bdb698c160c0f1302b109fa1f5ae0
  1. .github/
  2. .scripts/
  3. components/
  4. en/
  5. examples/
  6. handbook/
  7. layouts/
  8. v4/
  9. zh/
  10. .asf.yaml
  11. .gitignore
  12. .htaccess
  13. 404.html
  14. about.html
  15. api.html
  16. builder.html
  17. changelog.html
  18. cheat-sheet.html
  19. coding-standard.html
  20. committer.html
  21. committers.html
  22. demo.html
  23. download-extension.html
  24. download-map.html
  25. download-theme.html
  26. download.html
  27. download3.html
  28. events.html
  29. examples.html
  30. faq.html
  31. feature.html
  32. index.html
  33. maillist.html
  34. manually-redirect.html
  35. option-gl.html
  36. option.html
  37. option3.html
  38. package.json
  39. README.md
  40. resources.html
  41. security.html
  42. spreadsheet.html
  43. theme-builder.html
  44. 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.