一个致力于SRE稳定性运营工作的平台
项目预览地址:点击我跳转 备注:后端还没有部署,晚点搞
整体项目分为前端和后端:(后续前端和后端会同步更新)
前端:sre_cerebrum
基于 Ant Design Vue Pro 实现的
- node
- yarn
- webpack
- eslint
- @vue/cli
- [email protected] - Ant Design Of Vue 实现
- vue-cropper - 头像裁剪组件
- @antv/g2 - Alipay AntV 数据可视化图表
- Viser-vue - antv/g2 封装实现
- 拉取项目代码
git clone https://github.com/gsgs-libin/sre_cerebrum.git
cd sre_cerebrum
- 安装依赖
yarn install
- 开发模式运行
yarn run serve
- 编译项目
yarn run build
- Lints and fixes files
yarn run lint