| commit | 8b1ebaa3ba8d74138059cf5f9d6d84ab5cf1d6b2 | [log] [tgz] |
|---|---|---|
| author | plainheart <plainheart@users.noreply.github.com> | Sun Sep 28 05:31:29 2025 +0000 |
| committer | plainheart <plainheart@users.noreply.github.com> | Sun Sep 28 05:31:29 2025 +0000 |
| tree | d5a2b1836818ec500b973d321e51ec6e49b7ab23 | |
| parent | 3ebda3d3cfe2b72457d88bbe31ec001f11e39075 [diff] |
Deploying to asf-site from @ apache/echarts-website@3ebda3d3cfe2b72457d88bbe31ec001f11e39075 🚀
Clone this project, alone with echarts, echarts-www, echarts-examples, echarts-doc under the same directory.
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.
Run gulp release --dev under echarts-examples.
Run sh release.sh under echarts-doc.
Run gulp release --dev under echarts-www.
Run a server under echarts-website directory and test.
Check the “echarts release guide” please.