You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zch 8c9b9d142e feat(ems): 实现蒸汽监测数据的温度和压力曲线
- 新增温度和压力曲线的图表配置和数据处理逻辑
- 实现三个图表(瞬时流量、温度、压力)之间的联动缩放功能
- 优化图表样式,增加平均值显示等信息
- 调整图表布局,使其适应新的展示需求
1 year ago
bin 初始化 1 year ago
build 初始化 1 year ago
public 初始化 1 year ago
src feat(ems): 实现蒸汽监测数据的温度和压力曲线 1 year ago
.editorconfig 初始化 1 year ago
.env.development 亨通 1 year ago
.env.production 亨通 1 year ago
.env.staging 亨通 1 year ago
.eslintignore 初始化 1 year ago
.eslintrc.js 初始化 1 year ago
.gitignore 初始化 1 year ago
README.md 初始化 1 year ago
babel.config.js 初始化 1 year ago
jsconfig.json 初始化 1 year ago
package.json 亨通 1 year ago
vue.config.js 亨通 1 year ago

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