Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanpan11/react-admin-tp
🧑🏻💻 React backend management system template | React 后台管理系统项目模版内置菜单路由、状态管理多环境打包等工具开箱即用。脚手架工具:https://github.com/wanpan11/react-template-cli
https://github.com/wanpan11/react-admin-tp
admin admin-dashboard react template
Last synced: 2 months ago
JSON representation
🧑🏻💻 React backend management system template | React 后台管理系统项目模版内置菜单路由、状态管理多环境打包等工具开箱即用。脚手架工具:https://github.com/wanpan11/react-template-cli
- Host: GitHub
- URL: https://github.com/wanpan11/react-admin-tp
- Owner: wanpan11
- Created: 2023-02-21T08:47:59.000Z (almost 2 years ago)
- Default Branch: vite
- Last Pushed: 2024-08-13T09:47:09.000Z (5 months ago)
- Last Synced: 2024-08-14T04:29:33.714Z (5 months ago)
- Topics: admin, admin-dashboard, react, template
- Language: TypeScript
- Homepage: https://wanpan11.github.io/react-admin-tp/
- Size: 6.2 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-EN.md
Awesome Lists containing this project
README
## 📊 react-admin-tp
React typescript backend management system project template, built-in dynamic nested routing, data mock, tailwindcss 🌙 Dark mode, dynamic breadcrumbs, custom form components。[中文](./README.md)
![Static Badge](https://img.shields.io/badge/react-black?logo=react&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/tailwindcss-black?logo=tailwindcss&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/antdesign-black?logo=antdesign&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/mobx-black?logo=mobx&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/webpack-black?logo=webpack&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/vite-black?logo=vite&style=for-the-badge)### webpack or vite
![Static Badge](https://img.shields.io/badge/webpack-black?logo=webpack&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/vite-black?logo=vite&style=for-the-badge)> Recommend using [react-tp-cli](https://github.com/wanpan11/react-template-cli)
#### main dependency
- axios
- ahooks
- tailwindcss
- ant-design
- mobx### scripts
- build entry
- webpack.config.js
- vite.config.ts
- xxxx.config.js (env build config)### env
- .env (global)
- .env.xxxx (dynamic)### src
- api
- assets
- components
- config
- layout
- mock
- pages
- router
- store
- types
- utils### install
```
// install pnpm
npm i pnpm -g// install dependencies
pnpm i
```### run
```
// dev
pnpm start// pro
pnpm build
```### dynamic router
```ts
// Configuration reference
GLOBAL_ROUTERS.APP_PAGE;// set your router config
store.setDynamicRoutes(routerConfig);
```> If you have any questions, please raise them issue
> [issue☹ star★](https://github.com/wanpan11/react-admin-tp)[![Security Status](https://www.murphysec.com/platform3/v31/badge/1673294894238294016.svg)](https://www.murphysec.com/console/report/1673294894200545280/1673294894238294016)