You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/07/28 08:08:56 UTC

[echarts-handbook] branch master updated: add download doc

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 403ca10  add download doc
     new 1c7972c  Merge branch 'master' of github.com:apache/incubator-echarts-handbook
403ca10 is described below

commit 403ca1065044c744d6c9384fcbb013248db92805
Author: Ovilia <zw...@gmail.com>
AuthorDate: Wed Jul 28 16:07:35 2021 +0800

    add download doc
---
 contents/en/basics/download.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/contents/en/basics/download.md b/contents/en/basics/download.md
new file mode 100644
index 0000000..2172415
--- /dev/null
+++ b/contents/en/basics/download.md
@@ -0,0 +1,32 @@
+# Get Apache ECharts
+
+Apache ECharts offers a variety of installation options, so you can choose any of the following options depending on your project.
+
+- Use From GitHub
+- Use From npm
+- Use From CDN
+- Online Customization
+
+We'll go over each of these installation methods and the directory structure after download.
+
+## Installation
+
+### Use From GitHub
+
+You can find links to each version on the [release](https://github.com/apache/echarts/releases) page of the [apache/echarts](https://github.com/apache/echarts) project. Click on the Source code in Assets at the bottom of the download page, and unzip the `echarts.js` file in the `dist` directory to include the full ECharts functionality.
+
+### Use From npm
+
+```sh
+npm install echarts --save
+```
+
+See [Introducing Apache ECharts in your project](${lang}/basics/import) for details.
+
+### Use From CDN
+
+Recommend referencing [echarts](https://www.jsdelivr.com/package/npm/echarts) from jsDelivr.
+
+### Online Customization
+
+If you want to introduce only some modules to reduce package size, you can use the [ECharts online customization](${mainSitePath}/builder.html) function.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org