Skip to content

Latest commit

 

History

History
103 lines (68 loc) · 3.39 KB

README.zh-CN.md

File metadata and controls

103 lines (68 loc) · 3.39 KB
React-antd-admin Logo

React Antd Admin


GitHub license GitHub stars GitHub forks

中文 | English

介绍

react-antd-admin 是一个基于 React Hooks、Vite 和 TypeScript 的中后台解决方案。它旨在帮助您快速搭建企业级中后台项目,无需额外配置,开箱即用。

特性

预览

react-antd-admin

文档

react-antd-admin 文档

使用

GitHub 模板

使用这个模板创建仓库

克隆到本地

如果更喜欢使用没有 git 历史记录的模板,手动执行此操作

npx degit condorheroblog/react-antd-admin react-antd-admin
# or npx giget@latest gh:condorheroblog/react-antd-admin react-antd-admin
cd react-antd-admin
corepack enable
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm

开发

安装依赖

corepack enable

pnpm install

运行

pnpm run dev

打开浏览器输入 http://localhost:3333 即可看到页面。

构建

pnpm build

构建产物默认在 build 文件夹。

预览

pnpm preview

致谢

感谢以下优秀项目对本项目提供灵感:

Star History

Star History Chart

License

MIT License © 2023-Present Condor Hero