react19+vite6+antd5+react-router7+zustand5后台管理系统模版,适配手机端,支持keepalive功能、UnoCSS、动态菜单、国际化i18n、虚拟滚动表格。
This is a pre-built front-end project for middle and back-end applications developed using React 18, TypeScript, Vite, Ant Design 5.0, and other mainstream technologies. It offers automatic route generation, support for KeepAlive functionality, React-Redux state management, virtual scrolling tables, and styling using UnoCss.
Clone the project repository.
git clone [project_repository_url]
Navigate to the project directory.
cd project-directory-name
Install dependencies globally.
npm install -g dependencies
Install project dependencies.
npm install
If using pnpm
and facing installation issues, consider using a VPN or switch to yarn
.
Run the project.
npm run build
This pre-built front-end project is developed using modern technologies like React 18, TypeScript, Vite, and Ant Design 5.0. It offers features such as automatic route generation, support for KeepAlive functionality, React-Redux state management, virtual scrolling tables, and UnoCss styling. By following the provided installation guide, users can easily set up and run the project for their middle and back-end applications.