Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
一个基于React的通用后台管理系统模板,采用vite,pnpm,ts,[email protected],pro-components,[email protected],RTK,ahooks,axios等主流技术方案。
- Host: GitHub
- URL: https://github.com/strivelen/fine-admin
- Owner: strivelen
- Created: 2022-11-26T01:08:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T14:49:19.000Z (over 1 year ago)
- Last Synced: 2024-05-29T00:26:27.436Z (6 months ago)
- Language: TypeScript
- Homepage: https://strivelen.github.io/fine-admin/
- Size: 3.54 MB
- Stars: 55
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Fine Admin
中后台管理系统通用模板
### ✨ 特性
- 🔨 完善的基础设施建设,省去大量非业务编码时间。
- 🌈 采用 [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-projectcd my-project
pnpm install
pnpm run dev
```