邮贝PC前端

wuheng e60ae039f5 Merge branch 'HitSheep' of http://39.105.160.25:10880/post-project-ui/post-ui into HitSheep hace 2 años
bin 1f58583265 first commit hace 2 años
build 1f58583265 first commit hace 2 años
public 1f58583265 first commit hace 2 años
src 18344d2267 format hace 2 años
.editorconfig 1f58583265 first commit hace 2 años
.env.development 85e50156ed fix VUE_APP_BASE_API hace 2 años
.env.production 1f58583265 first commit hace 2 años
.env.staging 1f58583265 first commit hace 2 años
.eslintignore 1f58583265 first commit hace 2 años
.eslintrc.js 1f58583265 first commit hace 2 años
.gitignore 1f58583265 first commit hace 2 años
Dockerfile 0238d23035 更新 'Dockerfile' hace 2 años
Jenkinsfile 165302a26a build hace 2 años
README.md 1fa69bf800 delete hace 2 años
babel.config.js 1f58583265 first commit hace 2 años
docker-compose.yml afacfd0d24 Test hace 2 años
package.json 71739a8bfe search hace 2 años
vue.config.js 1f58583265 first commit hace 2 años

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