Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 5.96 KB

README.zh_CN.md

File metadata and controls

85 lines (63 loc) · 5.96 KB

English | 简体中文

React Vite Admin

React Hooks + Vite + Antd + Zustand + Typescript 最佳实践。🚀.

React ant-design ant-design Redux Typescript

✨ 特性

  • 💎 Hooks: 使用最新的 react hooks API 代替传统的 class API
  • 💡 TypeScript: 应用程序级 JavaScript 的语言
  • 📜 区块: 通过区块模板快速构建页面
  • 🚀 最新技术栈: 使用 React/hooks/vite/antd/zustand/typescript 等前端前沿技术开发
  • ⚙️ 最佳实践: 良好的工程实践助您持续产出高质量代码
  • 🔢 Mock 数据: 实用的本地数据调试方案
  • 🌐 国际化: 内建业界通用的国际化方案
  • 使用: 完整的文档和详细的注释,无阻碍使用

⚡preview

dashboard.png

📦 使用

$ git clone https://github.com/xieyezi/react-vite-admin.git
$ cd react-vite-admin


# yarn
$ yarn install
$ yarn dev

# npm
$ npm run install
$ npm run dev

🔨 构建

# yarn
$ yarn install
$ yarn build

```bash
# npm
$ npm install
$ npm run build

🖥 浏览器支持

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

🤝 贡献

我们非常欢迎您的贡献,您可以通过以下方式与我们共建 😃

  • 在你的公司或个人项目中使用 React Vite Admin
  • 通过 GitHub issues 报告 bug 或进行咨询。
  • 提交 Pull Request 改进代码。