commit | e795d1b63f84deecc11b335033c4fe8f89a92eb6 | [log] [tgz] |
---|---|---|
author | plainheart <plainheart@users.noreply.github.com> | Sat Dec 09 14:46:20 2023 +0000 |
committer | plainheart <plainheart@users.noreply.github.com> | Sat Dec 09 14:46:20 2023 +0000 |
tree | 15aa3d0e27e7d693460cb8db3f66a560ec994145 | |
parent | c30745538b42bf9e327ddf59cd3f6607c62ceaa9 [diff] |
Deploying to asf-site from @ apache/echarts-website@c30745538b42bf9e327ddf59cd3f6607c62ceaa9 🚀
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.