邮贝PC前端

sifu-gogs 84eb0a328f 更新 'Jenkinsfile' 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 92588a2500 m hace 2 años
.editorconfig 1f58583265 first commit hace 2 años
.env.development 1f58583265 first commit 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 2e27ec4cd1 更新 'Dockerfile' hace 2 años
Jenkinsfile 84eb0a328f 更新 'Jenkinsfile' hace 2 años
README.md 3022780fba README hace 2 años
babel.config.js 1f58583265 first commit hace 2 años
docker-compose.yml 20c6d78bd8 build hace 2 años
package.json 8fe1f04ce3 try hace 2 años
vue.config.js c98e4ff430 m hace 2 años

README.md

开发

# 克隆项目
git clone http://39.105.160.25:10880/sifu-gogs/post-ui.git

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod