# x-oj-client **Repository Path**: xueji_x/x-oj-client ## Basic Information - **Project Name**: x-oj-client - **Description**: 在线判题系统前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README



调试构建

GitHub Contributors GitHub Last Commit GitHub Issues AutoDeploy

## 调试 ```shell git clone https://github.com/aaaaa-pi/WAICoder.git pnpm install pnpm run serve ``` ### OpenAPI 自动生成接口请求代码 ```shell pnpm install -g openapi-typescript-codegen --save-dev openapi --input ./spec.json --output ./generated --client xhr > 示例 > openapi --input http://localhost:8121/api/v2/api-docs --output ./generated --client axios ``` ## 构建 `pnpm run build`