包含以下功能:
- 平台监控
- 玩家管理
- 对局查询
- 比赛管理
# Clone project
git clone https://github.com/huangtao/gameld-admin.git
# Install dependencies
npm install
# 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# Serve with hot reload at localhost:9528
npm run dev
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report
如果你觉得这个项目对你很有帮助,可以对作者捐赠以此鼓励!
如果你需要作者为你定制开发后台面板项目,请加微信洽谈(注明定制管理后台开发)!
客户端框架vue-element-admin