ops前端

zhangjie 84ad9829dd feat: 打包设置调整 hace 1 mes
.vscode 11d67bd61b 权限控制调整 hace 2 años
public 6b54967a7a init hace 2 años
src d7d27175d8 feat: doc manage hace 1 mes
.browserslistrc 6b54967a7a init hace 2 años
.editorconfig 48b5b3a4e3 依赖包升级 hace 2 años
.env 6b54967a7a init hace 2 años
.env.production 6b54967a7a init hace 2 años
.eslintignore 01cee84d1e 优化 hace 1 año
.eslintrc.js 1c20f6998b feat: 临时小需求 hace 7 meses
.gitignore 0cb5e413cf 修改.gitignore文件 hace 11 meses
CHANGE.md 6b54967a7a init hace 2 años
README.md 6b54967a7a init hace 2 años
babel.config.js 6b54967a7a init hace 2 años
jsconfig.json 48b5b3a4e3 依赖包升级 hace 2 años
package.json 96ebad0eff feat: 模型提示词接口调整修改 hace 5 meses
pnpm-lock.yaml 96ebad0eff feat: 模型提示词接口调整修改 hace 5 meses
vue.config.js 84ad9829dd feat: 打包设置调整 hace 1 mes

README.md

ops-web

运维管理中心web前端

项目操作

项目安装

yarn install

开发模式

yarn run serve

项目打包

yarn run build

lint 项目文件,并修正格式

yarn run lint