sckj 1ed0ca8187 Merge branch '打印地址提取' of sckj/mz-cloud into master hace 2 horas
..
bin 070d5d8cc1 高龄津贴前端页面 hace 1 mes
build 070d5d8cc1 高龄津贴前端页面 hace 1 mes
docker 070d5d8cc1 高龄津贴前端页面 hace 1 mes
public 070d5d8cc1 高龄津贴前端页面 hace 1 mes
src 1ed0ca8187 Merge branch '打印地址提取' of sckj/mz-cloud into master hace 2 horas
.editorconfig 070d5d8cc1 高龄津贴前端页面 hace 1 mes
.env.development 4519f710d0 代理调整 hace 1 día
.env.production 4519f710d0 代理调整 hace 1 día
.env.staging 4519f710d0 代理调整 hace 1 día
.eslintignore 070d5d8cc1 高龄津贴前端页面 hace 1 mes
.eslintrc.js 070d5d8cc1 高龄津贴前端页面 hace 1 mes
.gitignore 06304ab54b 调整 hace 1 mes
Dockerfile 070d5d8cc1 高龄津贴前端页面 hace 1 mes
Dockerfile_Prod 070d5d8cc1 高龄津贴前端页面 hace 1 mes
README.md 070d5d8cc1 高龄津贴前端页面 hace 1 mes
babel.config.js 06304ab54b 调整 hace 1 mes
index.html 070d5d8cc1 高龄津贴前端页面 hace 1 mes
nginx.conf 77e6effc5a 20250214_sun hace 1 semana
package.json 25e2ec114c 接入mqtt hace 3 días
postcss.config.js 06304ab54b 调整 hace 1 mes
vue.config.js 3f5041fc9b Merge branch '20250221_sun' of sckj/mz-cloud into master hace 23 horas

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
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