易益康养前端

haodingding 35b5a3050d 09-21 14:42 提交 hai 1 ano
bin 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
build 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
public 1a28c72f88 09-19 %!s(int64=2) %!d(string=hai) anos
src 35b5a3050d 09-21 14:42 提交 hai 1 ano
.editorconfig 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
.env.development 1a28c72f88 09-19 %!s(int64=2) %!d(string=hai) anos
.env.production 1a28c72f88 09-19 %!s(int64=2) %!d(string=hai) anos
.env.staging 1a28c72f88 09-19 %!s(int64=2) %!d(string=hai) anos
.eslintignore 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
.eslintrc.js 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
.gitignore 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
README.md 61bbdfe19a 增加健康阈值 %!s(int64=2) %!d(string=hai) anos
babel.config.js 93e0d57c1f yyky %!s(int64=2) %!d(string=hai) anos
package.json 53e8c6976c 09-15 %!s(int64=2) %!d(string=hai) anos
vue.config.js 404b72c344 设备大屏接口联调 %!s(int64=2) %!d(string=hai) anos

README.md

开发

# 克隆项目
git clone http://app.tjzhxx.cn:3001/yyky/yyky_web.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