# element-plus离线文档 **Repository Path**: smren/element-plus-offline-document ## Basic Information - **Project Name**: element-plus离线文档 - **Description**: element-plus离线文档部署 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-18 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-ui离线文档 #### 介绍 部署离线 element-plus 文档 #### 安装教程 1. 下载:git clone git@gitee.com:zhuhukang/element-plus-offline-document.git 2. 放到部署目录下,并配置 nginx 如下: ```c# # Element-UI server { listen 9002; server_name localhost; location / { root D:\Nginx-Offline\eleme-plus; index index.html; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } ``` #### 特技 1. 如果觉得对您有帮助,请 start 一下本仓库