ops前端

刘洋 1c20f6998b feat: 临时小需求 7 miesięcy temu
.vscode 11d67bd61b 权限控制调整 2 lat temu
public 6b54967a7a init 2 lat temu
src 1c20f6998b feat: 临时小需求 7 miesięcy temu
.browserslistrc 6b54967a7a init 2 lat temu
.editorconfig 48b5b3a4e3 依赖包升级 2 lat temu
.env 6b54967a7a init 2 lat temu
.env.production 6b54967a7a init 2 lat temu
.eslintignore 01cee84d1e 优化 1 rok temu
.eslintrc.js 1c20f6998b feat: 临时小需求 7 miesięcy temu
.gitignore 0cb5e413cf 修改.gitignore文件 11 miesięcy temu
CHANGE.md 6b54967a7a init 2 lat temu
README.md 6b54967a7a init 2 lat temu
babel.config.js 6b54967a7a init 2 lat temu
jsconfig.json 48b5b3a4e3 依赖包升级 2 lat temu
package.json 1c20f6998b feat: 临时小需求 7 miesięcy temu
vue.config.js 48b5b3a4e3 依赖包升级 2 lat temu

README.md

ops-web

运维管理中心web前端

项目操作

项目安装

yarn install

开发模式

yarn run serve

项目打包

yarn run build

lint 项目文件,并修正格式

yarn run lint