# offline-echarts-examples-and-api-full **Repository Path**: leaflette/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**: 2022-09-16 - **Last Updated**: 2022-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本项目代码均从echarts官方获取 官网: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已经上传,解压即可,不用再执行install.bat ## 一、离线示例 > 在echarts-examples文件夹内 > 1、双击install.bat,等待完成安装依赖。 > 2、双击start.bat,等待完成后,自动打开浏览器 ## 二、启动nginx > 端口是8086,注意不要被其它服务占用 ## 三、离线API > 在echarts-doc文件夹内 > 1、双击install.bat,等待完成安装依赖。 > 2、双击start.bat,等待完成后,自动打开浏览器 > **以后直接执行start.bat和nginx即可。** >