mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
| .idea | ||
| config | ||
| src | ||
| .editorconfig | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
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/getRoutersAuthorization: Bearer <token>clientid- optional encrypted request and response bodies
Scripts
pnpm install
pnpm dev
The development proxy forwards /dev-api to http://localhost:8080.