| commit | 8a882d2839f4239bc6848e7514d764f8bedb5801 | [log] [tgz] |
|---|---|---|
| author | pissang <bm2736892@gmail.com> | Fri Jan 22 21:49:00 2021 +0800 |
| committer | pissang <bm2736892@gmail.com> | Fri Jan 22 21:49:00 2021 +0800 |
| tree | d6c327c61d64ef8cc6ea465ef12b505ee3cc2e43 | |
| parent | a7242d42178e97c65f2e52f7ed9076aad2a1c221 [diff] |
update
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.