https://github.com/irychen/super-admin
React Admin template with multiple cached tabs 🔨... 管理后台多tab缓存标签页解决方案,正在建设中 🔨...
https://github.com/irychen/super-admin
admin admin-dashboard keepalive react tabs vite
Last synced: 11 months ago
JSON representation
React Admin template with multiple cached tabs 🔨... 管理后台多tab缓存标签页解决方案,正在建设中 🔨...
- Host: GitHub
- URL: https://github.com/irychen/super-admin
- Owner: irychen
- License: mit
- Created: 2023-07-20T02:59:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T04:43:20.000Z (over 1 year ago)
- Last Synced: 2025-04-04T18:12:01.164Z (about 1 year ago)
- Topics: admin, admin-dashboard, keepalive, react, tabs, vite
- Language: TypeScript
- Homepage: https://super-admin.tech
- Size: 4.45 MB
- Stars: 55
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Super Admin
[中文](./README.zh_CN.md) | English
Introduction: Backend management solution under construction 🔨...
visit : [https://super-admin.tech](https://super-admin.tech)


dark mode

## Features
- [x] Based on React, TypeScript, Antd, Zustand, Axios, TailwindCSS
- [x] keepalive like in vue, multi-tab routing, no huge dom elements
- [x] Route-based permission control
## Install dependencies
```bash
pnpm install
```
## run dev
```bash
pnpm run start:mock
```