https://github.com/pbk-b/beego-react-admin
🧊 基于 Beego + React 搭建的一套 beego-react-admin 后台管理程序模板
https://github.com/pbk-b/beego-react-admin
admin-panel beego go golang react typescript
Last synced: 5 months ago
JSON representation
🧊 基于 Beego + React 搭建的一套 beego-react-admin 后台管理程序模板
- Host: GitHub
- URL: https://github.com/pbk-b/beego-react-admin
- Owner: PBK-B
- Created: 2022-02-15T12:29:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T01:10:16.000Z (over 3 years ago)
- Last Synced: 2025-04-20T14:42:50.066Z (6 months ago)
- Topics: admin-panel, beego, go, golang, react, typescript
- Language: Go
- Homepage:
- Size: 8.76 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beego-react-admin
> 🧊 基于 Beego + React 搭建的一套 beego-react-admin 后台管理程序模板






### 相关博客
如何使 Beego 加载 React 框架以及初步搭建前端项目结构:
### 前端目录结构
```
.
├── components // 网站通用组件
│ └── index.ts
├── config.ts // 网站通用配置项
├── index.ts
├── pages // 网站页面对应
│ ├── index // index 页面
│ │ ├── index.tsx // index 入口文件
│ │ └── scss // index 页面 scss 样式目录
│ │ └── index.scss
│ └── login // login 页面
└── utils // 网站通用工具函数
└── index.ts
```