Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cl1107/react-antd-admin-pro
使用rsbuild、React 18、TypeScript 5、antd 5、等技术栈搭建的企业级中台前端基础模板。An enterprise-level front-end basic template for the middle platform built with rsbuild, React 18, TypeScript 5, antd 5, and other technology stacks。 文档地址:https://cl1107.github.io/react-antd-admin-pro-docs (施工中)
https://github.com/cl1107/react-antd-admin-pro
ant-design antd react react-query rsbuild rspack typescript
Last synced: 2 months ago
JSON representation
使用rsbuild、React 18、TypeScript 5、antd 5、等技术栈搭建的企业级中台前端基础模板。An enterprise-level front-end basic template for the middle platform built with rsbuild, React 18, TypeScript 5, antd 5, and other technology stacks。 文档地址:https://cl1107.github.io/react-antd-admin-pro-docs (施工中)
- Host: GitHub
- URL: https://github.com/cl1107/react-antd-admin-pro
- Owner: cl1107
- Created: 2024-05-01T05:14:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T06:26:45.000Z (2 months ago)
- Last Synced: 2024-11-08T07:28:47.692Z (2 months ago)
- Topics: ant-design, antd, react, react-query, rsbuild, rspack, typescript
- Language: TypeScript
- Homepage: https://cl1107.github.io/react-antd-admin-pro/
- Size: 377 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rspack - react-antd-admin-pro
README
# Rsbuild Project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm dev
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm preview
```