Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herman-hang/dev-center-admin-client

一款ThinkPHP6.0.x+ElementUI开发的开发者中心 ----后台客户端
https://github.com/herman-hang/dev-center-admin-client

developer

Last synced: about 1 month ago
JSON representation

一款ThinkPHP6.0.x+ElementUI开发的开发者中心 ----后台客户端

Awesome Lists containing this project

README

        

# 开发者中心后台
## 项目简介
开发者中心后台前端(客户端)基于ElementUI+Vue2.x开发,是一款专门管理应用系统的一套程序。其中实现功能有:升级中心,开发者管理,授权管理,应用中心,广告管理,通知公告,用户管理,功能配置,日志信息,系统管理,管理员管理等。

## 安装教程
- 修改配置信息
位置:根目录/public/config.js
将API接口,网站名称,网站LOGO,前台模块改成你自己的即可。

- 安装依赖
```
npm install
```

- 开发模式运行
```
npm run serve
```

- 编译项目
```
npm run build
```
编译完项目后即可将dist文件夹进行部署上线。