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

Incubator 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 incubator-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 incubator-echarts-website directory and test.

Build Release

Check the “echarts release guide” please.