Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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开发的开发者中心 ----后台客户端
- Host: GitHub
- URL: https://github.com/herman-hang/dev-center-admin-client
- Owner: herman-hang
- Created: 2021-08-13T13:40:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T01:36:57.000Z (7 months ago)
- Last Synced: 2024-10-15T17:43:17.828Z (about 1 month ago)
- Topics: developer
- Language: Vue
- Homepage:
- Size: 2.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 开发者中心后台
## 项目简介
开发者中心后台前端(客户端)基于ElementUI+Vue2.x开发,是一款专门管理应用系统的一套程序。其中实现功能有:升级中心,开发者管理,授权管理,应用中心,广告管理,通知公告,用户管理,功能配置,日志信息,系统管理,管理员管理等。## 安装教程
- 修改配置信息
位置:根目录/public/config.js
将API接口,网站名称,网站LOGO,前台模块改成你自己的即可。- 安装依赖
```
npm install
```- 开发模式运行
```
npm run serve
```- 编译项目
```
npm run build
```
编译完项目后即可将dist文件夹进行部署上线。