邮贝PC前端

zhouzenghui 4bbf2e3846 发行方列表 %!s(int64=2) %!d(string=hai) anos
bin 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
build 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
public 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
src 4bbf2e3846 发行方列表 %!s(int64=2) %!d(string=hai) anos
.editorconfig 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
.env.development 85e50156ed fix VUE_APP_BASE_API %!s(int64=2) %!d(string=hai) anos
.env.production 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
.env.staging 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
.eslintignore 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
.eslintrc.js 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
.gitignore 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos
Dockerfile 26783c9cad 更新 'Dockerfile' %!s(int64=2) %!d(string=hai) anos
Jenkinsfile 326c51fbe7 更新 'Jenkinsfile' %!s(int64=2) %!d(string=hai) anos
README.md 1fa69bf800 delete %!s(int64=2) %!d(string=hai) anos
babel.config.js 83596a14e0 end %!s(int64=2) %!d(string=hai) anos
default.conf 9f4dc73b6a 更新 'default.conf' %!s(int64=2) %!d(string=hai) anos
docker-compose.yml afacfd0d24 Test %!s(int64=2) %!d(string=hai) anos
package.json 9c2496a991 修改 %!s(int64=2) %!d(string=hai) anos
vue.config.js 1f58583265 first commit %!s(int64=2) %!d(string=hai) anos

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