# offline-echarts-examples-and-api-full **Repository Path**: JevonLin/offline-echarts-examples-and-api-full ## Basic Information - **Project Name**: offline-echarts-examples-and-api-full - **Description**: 完全本地化的echarts示例,可离线访问echarts的API和案例,均来源于官方 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 30 - **Created**: 2025-06-11 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 代码均从echarts官方获取,echarts版本:5.4.3 官网:https://echarts.apache.org/zh/index.html 示例官网:https://echarts.apache.org/examples/zh/index.html API官网:https://echarts.apache.org/zh/option.html#title echarts官方gitee地址: > echarts:https://github.com/apache/echarts > website:https://github.com/apache/echarts-website > examples:https://github.com/apache/echarts-examples > api文档:https://github.com/apache/echarts-doc # echarts 离线示例和API文档安装说明--解压node_modules ## 一、离线示例 > 在echarts-examples文件夹内 > 1、双击start.bat,等待完成后,自动打开浏览器 > 2、访问网址:http://127.0.0.1:3002/en/index.html ## 二、启动nginx > 端口是8086,注意不要被其它服务占用 ## 三、离线API > 在echarts-doc文件夹内 > 1、双击start.bat,等待完成后,自动打开浏览器 > 2、访问网址:http://127.0.0.1:3001/en/option.html#title