# Learning-Frontend **Repository Path**: hylan_woo/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**: 0 - **Forks**: 2 - **Created**: 2025-02-19 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装依赖 ``` pnpm install ``` ### 运行开发服务器 ``` pnpm dev ``` ### 构建项目 ``` pnpm build ```