# oj-frontend **Repository Path**: make-it-easy/oj-frontend ## Basic Information - **Project Name**: oj-frontend - **Description**: oj代码的前端部分 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oj-frontend ## 根据后台生成代码 ```shell openapi --input http://localhost:8121/api/v2/api-docs --output ./generated --client axios ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).