commit | d720987fbda681c77eb13f388e21e3f9d31d8e2d | [log] [tgz] |
---|---|---|
author | 100pah <sushuang0322@gmail.com> | Sun Dec 06 23:21:41 2020 +0800 |
committer | 100pah <sushuang0322@gmail.com> | Sun Dec 06 23:21:41 2020 +0800 |
tree | 0aa291a385c46ac420524b1f49b7db1ba5be4e2a | |
parent | 792b3e3ac14645977c981e4d02742f83a35bd2d8 [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 incubator-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 incubator-echarts-website
directory and test.
Check the “echarts release guide” please.