邮贝PC前端

sifu-gogs af6840434d 构建 2 年 前
bin 1f58583265 first commit 2 年 前
build 1f58583265 first commit 2 年 前
public 1f58583265 first commit 2 年 前
src 34474230cb shan 2 年 前
.editorconfig 1f58583265 first commit 2 年 前
.env.development 7912d20c30 mock 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 年 前
Jenkinsfile af6840434d 构建 2 年 前
README.md 1fa69bf800 delete 2 年 前
babel.config.js 1f58583265 first commit 2 年 前
package.json d1fb6a205b 创建消息 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