Açıklama Yok

lxh 94e38e1c2c 5.5首页有效风量率-更新提交 9 saat önce
.github 0fc124ffda [Docs 0000] 更新README文档内容,添加提交模板 9 ay önce
@ 56db056a52 新增文件 8 ay önce
build ac21340696 [Feat 0000] 为生产环境添加一些辨别版本的标记 4 ay önce
js 2306d250f3 风机详情、安全监控 1 yıl önce
mock 6cc0a7207b [Feat 0000] 登陆过期后为自动登录用户添加续登录功能 5 ay önce
public 46e9533d10 配置文件修改 2 hafta önce
src 94e38e1c2c 5.5首页有效风量率-更新提交 9 saat önce
tests a2d39b4363 jeecgboot-vue 1.0.0 版本发布 2 yıl önce
types 6a46fafbb5 1. 解决压风机界面不显示 3 ay önce
.babelrc fecbaf166a 更新 1 yıl önce
.editorconfig 5a8812318e jeecgboot vue3 ui 3 yıl önce
.env 343b589292 解决img图片加载不出来 10 ay önce
.env.development 6990de5a80 爆炸三角形修改提交 1 hafta önce
.env.production 343b589292 解决img图片加载不出来 10 ay önce
.eslintignore 5a8812318e jeecgboot vue3 ui 3 yıl önce
.eslintrc.js e5f18c16a9 添加风门、调整echarts 2 yıl önce
.gitignore 2b1fbd26e8 1. 添加误删文件 6 ay önce
.gitpod.yml 5a8812318e jeecgboot vue3 ui 3 yıl önce
.prettierignore 5a8812318e jeecgboot vue3 ui 3 yıl önce
.stylelintignore 5a8812318e jeecgboot vue3 ui 3 yıl önce
Dockerfile 699c084b9f 提交文件 1 yıl önce
LICENSE 3bff589e4c 项目升级 1 yıl önce
README.md 0fc124ffda [Docs 0000] 更新README文档内容,添加提交模板 9 ay önce
commitlint.config.js 0fc124ffda [Docs 0000] 更新README文档内容,添加提交模板 9 ay önce
index.html 3ba5bae8e1 1. 新增预警历史记录报表下载 8 ay önce
jest.config.mjs 5a8812318e jeecgboot vue3 ui 3 yıl önce
npm 5a8812318e jeecgboot vue3 ui 3 yıl önce
npminstall-debug.log ff8448716d 提交新版本 1 yıl önce
package.json 38e9b1e7c1 [Feat 0000] CAD添加认证及相关更新 1 ay önce
pnpm-lock.yaml 38e9b1e7c1 [Feat 0000] CAD添加认证及相关更新 1 ay önce
postcss.config.js 5a8812318e jeecgboot vue3 ui 3 yıl önce
prettier.config.js 5f5207b4aa 代码格式化格式调整 2 yıl önce
stylelint.config.js 6b95ecd99b 1。 亚美大宁局部风机设备监测接口调整 1 ay önce
tsconfig.json 3bff589e4c 项目升级 1 yıl önce
vite.config.ts d1106b8590 1. 风门远程就地控制调整 6 ay önce

README.md

VentAnaly_2.0_front

系统v2.0前端代码仓库

前言

本项目以jeecgboot为模板,请先阅读此文档后继续!

开始

建议:安装 nvm 或其他 nodejs 版本管理器,使用 VSCode 作为 IDE,使用 Chrome/Edge 浏览器;

  1. 在项目目录下执行 pnpm install

  2. 在项目目录下执行 git config commit.template .github/COMMIT_TEMPLATE

开发

开发的基本流程,部分内容可忽略

git pull # 可以rebase

git checkout [branch] # 可选

nvm use 20 # 建议,高版本node自带pnpm包管理器

pnpm dev # 必选,dddd

git add .

git commit # 公用模板见.github/COMMIT_TEMPLATE

git push origin [branch] # 目前master分支无保护,可直接推

构建

pnpm build