| commit | 19b56e7d59c889f40395ef133797897e8540a2fc | [log] [tgz] |
|---|---|---|
| author | Ovilia <Ovilia@users.noreply.github.com> | Tue Aug 05 06:30:50 2025 +0000 |
| committer | Ovilia <Ovilia@users.noreply.github.com> | Tue Aug 05 06:30:50 2025 +0000 |
| tree | efc0b034078ce9e425ad6835b0f7b025fbeedacc | |
| parent | 7b9df5501eead827b68f9a051bbe076f3b6141d7 [diff] |
Deploying to asf-site from @ apache/echarts-website@7b9df5501eead827b68f9a051bbe076f3b6141d7 🚀
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.