From b2571b44d6503887d26354dca1bb6ab2b01f2da7 Mon Sep 17 00:00:00 2001 From: tangzh Date: Wed, 11 Jun 2025 20:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E8=A6=81=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eladmin-web/README.md | 60 ------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 eladmin-web/README.md diff --git a/eladmin-web/README.md b/eladmin-web/README.md deleted file mode 100644 index 4ba4a0e..0000000 --- a/eladmin-web/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# ELADMIN-WEB - -#### 前端模板 - -初始模板基于: [https://github.com/PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - -模板文档: [https://panjiachen.github.io/vue-element-admin-site/zh/guide/](https://panjiachen.github.io/vue-element-admin-site/zh/guide/) - -#### Build Setup -**推荐 node 版本:12+** -``` bash -# 配置镜像加速 -https://www.ydyno.com/archives/1219.html - -# 安装依赖 -npm install - -# 启动服务 localhost:8013 -npm run dev - -# 构建生产环境 -npm run build:prod -``` - -#### 常见问题 - -1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题 - -解决方案: -``` -1. 单独安装:npm install --unsafe-perm node-sass -2. 直接使用:npm install --unsafe-perm -``` - -2、加速node-sass安装 - -https://izlzl.com/archives/1219.html - -3、出现 npm ERR! ModuleNotFoundError: No module named 'distutils' - -``` -需要安装 python,安装 pip 或者 pip3 -然后安装 pip install distutils / pip3 install distutils -``` - -#### 特别鸣谢 - -- 感谢 [JetBrains](https://www.jetbrains.com/) 提供的非商业开源软件开发授权 - -- 感谢 [PanJiaChen](https://github.com/PanJiaChen/vue-element-admin) 大佬提供的前端模板 - -- 感谢 [Moxun](https://github.com/moxun1639) 大佬提供的前端 Crud 通用组件 - -- 感谢 [zhy6599](https://gitee.com/zhy6599) 大佬提供的后端运维管理相关功能 - -- 感谢 [j.yao.SUSE](https://github.com/everhopingandwaiting) 大佬提供的匿名接口与Redis限流等功能 - -#### 反馈交流 - -- QQ交流群:891137268 、947578238、659622532 \ No newline at end of file