https://github.com/xiaojundebug/react-admin-lite
学习 react 技术栈时所写的一个简易后台,基于 create-react-app ts 版本
https://github.com/xiaojundebug/react-admin-lite
admin antd mobx react react-router typescript
Last synced: 3 months ago
JSON representation
学习 react 技术栈时所写的一个简易后台,基于 create-react-app ts 版本
- Host: GitHub
- URL: https://github.com/xiaojundebug/react-admin-lite
- Owner: xiaojundebug
- Created: 2018-05-14T03:44:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T12:25:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T07:19:51.603Z (5 months ago)
- Topics: admin, antd, mobx, react, react-router, typescript
- Language: TypeScript
- Homepage: https://xiaojundebug.github.io/react-admin-lite/
- Size: 13.7 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react-admin-lite
![]()
> _学习 react 技术栈时所写的一个简易后台,基于 create-react-app ts 版本_
## 技术栈
- react + hooks
- react-router
- ~~redux~~
- mobx
- typescript
- antd
- axios
- mockjs## 启动
```bash
yarn start
```## 打包
```bash
yarn build
```