Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
React Admin template with multiple cached tabs 🔨... 管理后台多tab缓存标签页解决方案,正在建设中 🔨...
- Host: GitHub
- URL: https://github.com/irychen/super-admin
- Owner: irychen
- Created: 2023-07-20T02:59:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:10:50.000Z (21 days ago)
- Last Synced: 2024-10-25T10:07:50.987Z (20 days ago)
- Topics: admin, admin-dashboard, keepalive, react, tabs, vite
- Language: TypeScript
- Homepage: https://super-admin.tech
- Size: 4.38 MB
- Stars: 42
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
![demo](./images/admin_login.png)
![demo](./images/admin_nested.png)
dark mode
![demo](./images/admin_nested_dark.png)
## 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
```