# casego-frontend **Repository Path**: dewei_wei/fast_api_admin_frontend ## Basic Information - **Project Name**: casego-frontend - **Description**: casego前端 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-08 - **Last Updated**: 2025-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README “”“ # 进入前端目录 cd ruoyi-fastapi-frontend # 安装依赖 npm install 或 yarn --registry=https://registry.npmmirror.com # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev 或 yarn dev # 构建测试环境 npm run build:stage 或 yarn build:stage # 构建生产环境 npm run build:prod 或 yarn build:prod “”“ ## 技术栈版本 - Vite: 5.3.2 - Axios: 1.11.0 - Vue: 3.5 - Element Plus: 2.10.5