| commit | 7f9adf39b28cf2adca534925ea9ba16433d69976 | [log] [tgz] |
|---|---|---|
| author | plainheart <plainheart@users.noreply.github.com> | Wed Sep 18 02:45:48 2024 +0000 |
| committer | plainheart <plainheart@users.noreply.github.com> | Wed Sep 18 02:45:48 2024 +0000 |
| tree | 35bcdbe382cb4e57b44d40c1700ed094a3413523 | |
| parent | a043cd133d6bdc78f617cb99eceaadc50754b1ec [diff] |
Deploying to asf-site from @ apache/echarts-website@a043cd133d6bdc78f617cb99eceaadc50754b1ec 🚀
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.