15143018065 35232f1c83 20231023 hai 11 meses
..
bin 77e07874aa 20230729大屏演示初始化 hai 1 ano
build 77e07874aa 20230729大屏演示初始化 hai 1 ano
docker 28c30b91e0 20230730_sun构建配置文件 hai 1 ano
public 58e3ecc0c1 养老资源市场 hai 1 ano
src 35232f1c83 20231023 hai 11 meses
.editorconfig 77e07874aa 20230729大屏演示初始化 hai 1 ano
.env.development 77e07874aa 20230729大屏演示初始化 hai 1 ano
.env.production 77e07874aa 20230729大屏演示初始化 hai 1 ano
.env.staging 77e07874aa 20230729大屏演示初始化 hai 1 ano
.eslintignore 77e07874aa 20230729大屏演示初始化 hai 1 ano
.eslintrc.js 77e07874aa 20230729大屏演示初始化 hai 1 ano
.gitignore 77e07874aa 20230729大屏演示初始化 hai 1 ano
Dockerfile 77e07874aa 20230729大屏演示初始化 hai 1 ano
Dockerfile_Prod 28c30b91e0 20230730_sun构建配置文件 hai 1 ano
README.md 77e07874aa 20230729大屏演示初始化 hai 1 ano
babel.config.js 9841c7cf30 20230730_sun新增配置文件 hai 1 ano
index.html 77e07874aa 20230729大屏演示初始化 hai 1 ano
nginx.conf 77e07874aa 20230729大屏演示初始化 hai 1 ano
package.json 5b6e41de5e 2023.8.9 hai 1 ano
postcss.config.js 9841c7cf30 20230730_sun新增配置文件 hai 1 ano
vue.config.js 01fec01566 养老资源市场 hai 1 ano

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