Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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缓存标签页解决方案,正在建设中 🔨...

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
```