| commit | 1b6d176d736d2a67730b7137bc76b4e75fb97e70 | [log] [tgz] |
|---|---|---|
| author | plainheart <plainheart@users.noreply.github.com> | Sat Oct 12 05:16:34 2024 +0000 |
| committer | plainheart <plainheart@users.noreply.github.com> | Sat Oct 12 05:16:34 2024 +0000 |
| tree | 4dd720e5ee993029d787cce1ac3f52ec27642ba0 | |
| parent | 9ef0ed70fc7532c3f9b2904ad203eb6b3ce54382 [diff] |
Deploying to asf-site from @ apache/echarts-website@9ef0ed70fc7532c3f9b2904ad203eb6b3ce54382 🚀
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.