Нема описа

ruienger cf3f1b0cdf [Feat-0000] 添加看板页面DEMO пре 9 месеци
.github 0fc124ffda [Docs 0000] 更新README文档内容,添加提交模板 пре 9 месеци
build 9a9847d9b8 压风管控修改 пре 9 месеци
js 2306d250f3 风机详情、安全监控 пре 1 година
mock 8e69387177 工作面瓦斯抽采绘制 пре 1 година
public 3f558a1abe Feat 新增活鸡兔井注浆系统功能页面 пре 9 месеци
src cf3f1b0cdf [Feat-0000] 添加看板页面DEMO пре 8 месеци
tests a2d39b4363 jeecgboot-vue 1.0.0 版本发布 пре 2 година
types c57198a000 1. 获取企业唯一标识,将注氮、压风等功能不同矿端的业务代码根据唯一标识码动态获取,初步一个包可以在不同矿使用 пре 8 месеци
.babelrc fecbaf166a 更新 пре 1 година
.editorconfig 5a8812318e jeecgboot vue3 ui пре 3 година
.env 343b589292 解决img图片加载不出来 пре 10 месеци
.env.development 42649bcb61 1. 修改文件共享中新的删除与下载bug пре 9 месеци
.env.production 343b589292 解决img图片加载不出来 пре 10 месеци
.eslintignore 5a8812318e jeecgboot vue3 ui пре 3 година
.eslintrc.js e5f18c16a9 添加风门、调整echarts пре 2 година
.gitignore 3bff589e4c 项目升级 пре 1 година
.gitpod.yml 5a8812318e jeecgboot vue3 ui пре 3 година
.prettierignore 5a8812318e jeecgboot vue3 ui пре 3 година
.stylelintignore 5a8812318e jeecgboot vue3 ui пре 3 година
Dockerfile 699c084b9f 提交文件 пре 1 година
LICENSE 3bff589e4c 项目升级 пре 1 година
README.md 0fc124ffda [Docs 0000] 更新README文档内容,添加提交模板 пре 9 месеци
commitlint.config.js 0fc124ffda [Docs 0000] 更新README文档内容,添加提交模板 пре 9 месеци
index.html 343b589292 解决img图片加载不出来 пре 10 месеци
jest.config.mjs 5a8812318e jeecgboot vue3 ui пре 3 година
npm 5a8812318e jeecgboot vue3 ui пре 3 година
npminstall-debug.log ff8448716d 提交新版本 пре 1 година
package.json 9a9847d9b8 压风管控修改 пре 9 месеци
pnpm-lock.yaml 9a9847d9b8 压风管控修改 пре 9 месеци
postcss.config.js 5a8812318e jeecgboot vue3 ui пре 3 година
prettier.config.js 5f5207b4aa 代码格式化格式调整 пре 2 година
stylelint.config.js 9a9847d9b8 压风管控修改 пре 9 месеци
tsconfig.json 3bff589e4c 项目升级 пре 1 година
vite.config.ts aec737115a 更新 пре 10 месеци

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