This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch feat-some-v6-examples in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
commit d018a0700990b12597f05b19f4cded1cb5d3d791 Author: 100pah <sushuang0...@gmail.com> AuthorDate: Sat Aug 2 19:19:16 2025 +0800 Tweak the guide in README.md . --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a234a407..184aff8a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ Add or edit example files in the `public/examples/ts` folder. An example file in `public/examples/ts` folder can be `xxx.ts` or `xxx.js`. After editing, you need to compile them to `JavaScript` using the following command: ```shell +# Compile all examples npm run compile:example +# Compile a single example +npm run compile:example -- area-basic.ts ``` Each example file should include the meta info at the top, formatted as a JS comment: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org