github admin
1.0.0
This warehouse is a backend management system built using vue and element-ui. The purpose is to display the GitHub activities and other status of individuals (people with GitHub accounts) through the API provided by GitHub. For online effects, please check http://reng99.cc/github-admin/.
# 进入目录
cd github-admin/core
# 安装依赖
npm install
# 开发环境 localhost:8082
npm run dev
# 生产环境
npm run build
# 注意:代码的提交请回到根目录提交更改后的代码,不然只是提交core目录下的代码而已
cd ..
Need to adapt