Go to file
2026-06-01 12:01:08 +08:00
.idea init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
config init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
src init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
.editorconfig init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
.env.development init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
.env.production init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
.gitignore init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
.oxfmtrc.json init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
.oxlintrc.json init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
package.json init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
pnpm-lock.yaml init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
README.md init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
tsconfig.json init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00
vite.config.ts init 初始化 react + antd 版本前端 2026-06-01 12:01:08 +08:00

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

pnpm install
pnpm dev

The development proxy forwards /dev-api to http://localhost:8080.