commit | a7ec9fc1b31ce240dfee6cc0fcdd3cc3e425790e | [log] [tgz] |
---|---|---|
author | plainheart <plainheart@users.noreply.github.com> | Fri Apr 11 07:33:06 2025 +0000 |
committer | plainheart <plainheart@users.noreply.github.com> | Fri Apr 11 07:33:06 2025 +0000 |
tree | 63acedcecd01ef98cd64a571e1a1c02ba57e7770 | |
parent | afa7f457edc3f2d422fce4f133a09fffa046cff6 [diff] |
Deploying to asf-site from @ apache/echarts-website@afa7f457edc3f2d422fce4f133a09fffa046cff6 🚀
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.