Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strivelen/fine-admin

一个基于React的通用后台管理系统模板,采用vite,pnpm,ts,[email protected],pro-components,[email protected],RTK,ahooks,axios等主流技术方案。
https://github.com/strivelen/fine-admin

Last synced: about 2 months ago
JSON representation

一个基于React的通用后台管理系统模板,采用vite,pnpm,ts,[email protected],pro-components,[email protected],RTK,ahooks,axios等主流技术方案。

Awesome Lists containing this project

README

        






React Fine Admin

中后台管理系统通用模板




node
pnpm
antd
antd
antd
RTK
RTK
RTK
GitHub all releases


在线演示
  |  
在线文档

### ✨ 特性

- 🔨 完善的基础设施建设,省去大量非业务编码时间。
- 🌈 采用 [Ant Design](https://ant.design/index-cn) 为您提供企业级中后台产品的交互语言和视觉风格。
- 📦 开箱即用的高质量内置组件大幅提升开发效率。
- 💥 基于 [Vite](https://vitejs.dev/) 构建,可*[快速启动开发](https://vitejs.dev/guide/why.html)*。
- 🛡 使用 **TypeScript** 开发,提供完整的类型定义。
- 👍 强大的 [redux-toolkit](https://redux-toolkit.js.org/) 让您可以专注于应用所需的核心逻辑。
- 🌏 使用 [axios](https://www.axios-http.cn/) 搭配 [ahooks](https://ahooks.js.org/zh-CN/) 中的 `useRequest` 进行网络请求。
- 🔌 同时支持 **约定式路由** 和 **配置化路由**。
- 🖥 提供默认 `Layout` 组件,且支持同时使用多个 `Layout` 布局组件,默认 `Layout` 可自由扩展。
- ☀ 支持 _亮/暗_ 主题,且提供多个主色调可任意切换。

### 📦 快速开始

```sh
npx degit github:strivelen/fine-admin my-project

cd my-project

pnpm install

pnpm run dev
```