# Learning-Frontend **Repository Path**: Furinai/Learning-Frontend ## Basic Information - **Project Name**: Learning-Frontend - **Description**: 基于 SpringCloud 和 Vue3 的 在线学习平台前端项目 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2021-03-02 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装依赖 ``` pnpm install ``` ### 运行开发服务器 ``` pnpm dev ``` ### 构建项目 ``` pnpm build ```