| commit | 20e4403843bb262f82a6a2563b8fad9f586f1470 | [log] [tgz] |
|---|---|---|
| author | plainheart <plainheart@users.noreply.github.com> | Fri Dec 08 22:36:50 2023 +0000 |
| committer | plainheart <plainheart@users.noreply.github.com> | Fri Dec 08 22:36:50 2023 +0000 |
| tree | c6b20282cea02eed4e1a26e2f1ec1389da7e3c96 | |
| parent | abc984df33aa7e22fa528fce8d4a0a5aacecd0d1 [diff] |
Deploying to asf-site from @ apache/echarts-website@abc984df33aa7e22fa528fce8d4a0a5aacecd0d1 🚀
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.