# offline-echarts-examples-and-api-full **Repository Path**: bozhuang/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-08-17 - **Last Updated**: 2024-09-27 ## 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即可。** ## 文件目录介绍 > > dependent 静态资源 存放 echarts的依赖文件 版本文件 > echarts-doc 离线文档 http://127.0.0.1:8086/echarts-doc/public/zh/option.html#title > echarts-offline-doc-cli-gh-pages 离线文档 暂时不能显示 对应图表 待解决 > nginx-1.17.9 启动的nginx配置服务 > echarts-examples 插件示例 开发 http://127.0.0.1:3002/zh/index.html > echarts-website 插件示例 echarts-examples/public/ 目录下的说有文件,方便离线部署