# library-system-frontend **Repository Path**: learn-team_1/library-system-frontend ## Basic Information - **Project Name**: library-system-frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-30 - **Last Updated**: 2026-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图书管理系统(前端) 基于 Vue 3 + Vite + Element Plus 的前端界面,覆盖图书管理、借阅管理、订单与评论、用户账户等功能模块。 ## 启动 ```bash npm install npm run dev ``` 默认 API 基础路径为 `/api`,可通过环境变量 `VITE_API_BASE` 自定义。 ## 接口约定 详见 `接口文档.md`。