邮贝PC前端

zhouzenghui 4bbf2e3846 发行方列表 2 лет назад
bin 1f58583265 first commit 2 лет назад
build 1f58583265 first commit 2 лет назад
public 1f58583265 first commit 2 лет назад
src 4bbf2e3846 发行方列表 2 лет назад
.editorconfig 1f58583265 first commit 2 лет назад
.env.development 85e50156ed fix VUE_APP_BASE_API 2 лет назад
.env.production 1f58583265 first commit 2 лет назад
.env.staging 1f58583265 first commit 2 лет назад
.eslintignore 1f58583265 first commit 2 лет назад
.eslintrc.js 1f58583265 first commit 2 лет назад
.gitignore 1f58583265 first commit 2 лет назад
Dockerfile 26783c9cad 更新 'Dockerfile' 2 лет назад
Jenkinsfile 326c51fbe7 更新 'Jenkinsfile' 2 лет назад
README.md 1fa69bf800 delete 2 лет назад
babel.config.js 83596a14e0 end 2 лет назад
default.conf 9f4dc73b6a 更新 'default.conf' 2 лет назад
docker-compose.yml afacfd0d24 Test 2 лет назад
package.json 9c2496a991 修改 2 лет назад
vue.config.js 1f58583265 first commit 2 лет назад

README.md

开发

HitSheep加油!!

////////////////////////////////////////////////////////////////////
                         /l、
                        (゚、 。 7
                         l、 ~ヽ
                         じしf_, )ノ

////////////////////////////////////////////////////////////////////

直接下载zip包 

本地解压zip 

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev