| commit | 0b60f8e6bab26ceb35072cc2a60879a0b9ed8ba1 | [log] [tgz] |
|---|---|---|
| author | Wenli Zhang <zwl.sjtu@gmail.com> | Fri Jun 10 10:56:27 2022 +0800 |
| committer | GitHub <noreply@github.com> | Fri Jun 10 10:56:27 2022 +0800 |
| tree | b0a228fae2f5b8e26a30b28b01caae324321fbda | |
| parent | bf6b10c71ce2fcfcfcd3ed24b01230dc3760a870 [diff] |
chore: update vue version in examples
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.