ops前端

zhangjie fe10c37a25 bug fix 1 rok temu
.vscode 11d67bd61b 权限控制调整 2 lat temu
public 6b54967a7a init 2 lat temu
src fe10c37a25 bug fix 1 rok 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 6b54967a7a init 2 lat temu
.eslintrc.js 48b5b3a4e3 依赖包升级 2 lat temu
.gitignore 11d67bd61b 权限控制调整 2 lat 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 48b5b3a4e3 依赖包升级 2 lat temu
vue.config.js 48b5b3a4e3 依赖包升级 2 lat temu
yarn.lock 48b5b3a4e3 依赖包升级 2 lat temu

README.md

ops-web

运维管理中心web前端

项目操作

项目安装

yarn install

开发模式

yarn run serve

项目打包

yarn run build

lint 项目文件,并修正格式

yarn run lint