Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Oct 13, 2024
1 parent 80a6a16 commit d683d9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@ English | [简体中文](README.zh-CN.md)

[react-admin-template](https://github.com/w2xi/react-admin-template) is a React-based + Ant-Design admin template.

## Tech Stack

- **React**: A JavaScript library for building user interfaces.
- **Ant Design**: A design system for React applications.
- **TypeScript**: A superset of JavaScript that adds static types.
- **Vite**: A modern build tool that significantly improves development speed.
- **Zustand**: A lightweight and fast state management solution.
- **react-intl**: A internationalization library for React applications.
- **recharts**: A powerful charting library for React.
- **@emotion/react**: A powerful CSS-in-JS library for styling React apps.
- **axios**: A Promise-based HTTP client for the browser and node.js.
- **mockjs**: A library for generating mock data.
## Features

- **TypeScript**: Full TypeScript support
- **Hooks**: Use React hooks to build reusable components
- **Theming**: Dynamically switch between themes
- **Route guard**: Pages are protected by authentication
- **Internationalization**: Support for multiple languages
- **State management**: State management with Zustand
- **Mock**: Mock data for development

## Getting started

Expand Down
21 changes: 9 additions & 12 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@

[react-admin-template](https://github.com/w2xi/react-admin-template) 是一个基于 React 和 Ant Design 的后台模板。

## 特性

- **React**: 一个用于构建用户界面的 JavaScript 库。
- **Ant Design**: 一个用于 React 应用程序的设计系统。
- **TypeScript**: 一个超过 JavaScript 的 JavaScript 超集,提供静态类型。
- **Vite**: 一个现代化的构建工具,在开发速度上大幅提升。
- **Zustand**: 一个小巧、快速的状态管理解决方案。
- **react-intl**: 一个用于 React 应用程序的国际化库。
- **recharts**: 一个强大的图表库。
- **@emotion/react**: 一个强大的 CSS-in-JS 库。
- **axios**: 一个用于浏览器和 node.js 的 Promise 基于 HTTP 客户端。
- **mockjs**: 一个用于生成模拟数据的库。
## 特点

- **TypeScript**: 完善的类型支持
- **Hooks**: 使用 React hooks
- **Theming**: 动态主题切换
- **Route guard**: 路由守卫
- **Internationalization**: 多语言支持
- **State management**: 使用 zustand 管理数据状态
- **Mock**: 开发环境的模拟数据

## 开始使用

Expand Down

0 comments on commit d683d9c

Please sign in to comment.