# react-admin-template **Repository Path**: tenNumber/react-admin-template ## Basic Information - **Project Name**: react-admin-template - **Description**: 一个很完整的react 项目模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2024-10-26 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 Super Admin 修改 中文 | [English](./README.md) 简介:正在构建中的后台管理解决方案 🔨... 演示:[http://123.249.40.194:81/](http://123.249.40.194:81/) ## 特性 - [x] 基于 React、TypeScript、Antd、Zustand、Axios、TailwindCSS - [x] 类似 Vue 中的 keepalive,多标签路由,没有大量的 DOM 元素 - [x] 基于路由的权限控制 ## 安装依赖 ```bash pnpm install ``` ## 运行开发环境 ```bash pnpm run start:mock ```