Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuhengtan/gorgeous-admin
quick start for 2b project building
https://github.com/zhuhengtan/gorgeous-admin
2b admin auth c-li react ts typescript
Last synced: 2 months ago
JSON representation
quick start for 2b project building
- Host: GitHub
- URL: https://github.com/zhuhengtan/gorgeous-admin
- Owner: zhuhengtan
- License: mit
- Created: 2022-02-13T03:41:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:36:44.000Z (8 months ago)
- Last Synced: 2024-05-16T08:49:03.762Z (8 months ago)
- Topics: 2b, admin, auth, c-li, react, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 项目简介
此项目用于快速初始化react+ts+antd的toB管理端前端项目,预置了登录、用户管理、权限管理模块。
与[gorgeous-admin-server(node,koa)](https://github.com/zhuhengtan/gorgeous-admin-server)搭配使用体验更佳哦
## 文档
[中文文档](https://zhuhengtan.github.io/gorgeous-admin/#/zh-cn/)[documents for English](https://zhuhengtan.github.io/gorgeous-admin/#/)
## 前端运行
进入根目录,输入下面命令即可启动项目
```bash
npm i
npm start
```---------
## todo list:✅ 登录模块
✅ 环境配置
✅ 页面管理
✅ 页面权限管理
✅ 用户管理
✅ [gorgeous-admin-server](https://github.com/zhuhengtan/gorgeous-admin-server)接口对接
✅ 生成服务端增删改查代码
👨🏻💻 [gorgeous-admin-cli](https://github.com/zhuhengtan/gorgeous-admin-cli)