mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 00:03:42 +08:00
23 lines
434 B
Markdown
23 lines
434 B
Markdown
# plus-ui-react
|
|
|
|
React + Ant Design rewrite of `plus-ui-new`.
|
|
|
|
The first milestone keeps the existing RuoYi-Vue-Plus backend protocol:
|
|
|
|
- `/auth/login`
|
|
- `/auth/code`
|
|
- `/system/user/getInfo`
|
|
- `/system/menu/getRouters`
|
|
- `Authorization: Bearer <token>`
|
|
- `clientid`
|
|
- optional encrypted request and response bodies
|
|
|
|
## Scripts
|
|
|
|
```bash
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
The development proxy forwards `/dev-api` to `http://localhost:8080`.
|