Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T12:25:37.000Z (over 5 years ago)
- Last Synced: 2023-07-31T11:07:48.734Z (over 1 year ago)
- Topics: admin, antd, mobx, react, react-router, typescript
- Language: TypeScript
- Homepage: https://xiaojun1994.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
```