commit | 951cab821c5f86669bdf1362a7b4cb8f9735cf65 | [log] [tgz] |
---|---|---|
author | Ovilia <zwl.sjtu@gmail.com> | Wed Oct 15 15:04:27 2025 +0800 |
committer | Ovilia <zwl.sjtu@gmail.com> | Wed Oct 15 15:04:27 2025 +0800 |
tree | 2e2261b4ea86ee67e0294fce8e705af11871372c | |
parent | 6056d04feb4e4b2dbad9edd91ac942603d2103bf [diff] |
chore: release new theme builder
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.