# OJ_learningSystem_fronted **Repository Path**: schlumberger/oj_learning-system_fronted ## Basic Information - **Project Name**: OJ_learningSystem_fronted - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-15 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OJ_learningSystem_fronted ## 介绍 使用 eslint, prettier进行代码规范 使用 arco design 进行前端设计 使用 Vuex 进行全局状态管理,保存用户信息,token等内容 使用 axios 进行网络通信 使用 OpenAPI Typescript Codegen 生成 api ## 软件架构 ## 安装教程 确保自己的 npm, node 版本没问题,不能太高也不能太低,如果出了莫名其妙的错误就用我的版本 npm 9.5.1 node 18.20.4 具体安装教程自己去网上搜索学习 然后执行 npm install 安装依赖 npm run serve 启动项目 ## 使用说明 1. openapi 生成代码使用说明 执行命令 ``` openapi --input http://localhost:8080/v3/api-docs/嘟嘟可 --output ./generated --client axios ``` ## 参与贡献