# Learning-frontend **Repository Path**: ArrayEdu/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**: 2022-02-06 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装依赖 ``` yarn install ``` ### 运行开发服务器 ``` yarn dev ``` ### 构建项目 ``` yarn build ```