# 基于vue的在线学习平台 **Repository Path**: hahajava_admin/new ## Basic Information - **Project Name**: 基于vue的在线学习平台 - **Description**: 基于vue的在线学习平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-12-06 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在线学习系统(基于 Vue 3 + Element Plus) ## 项目简介 本项目为一个基础的在线学习系统,包含课程列表、课程详情、用户登录注册、个人中心等功能,前端基于 Vue 3 + Element Plus 实现。 ## 主要功能 - 用户注册/登录 - 课程列表展示 - 课程详情页(视频/文档/评论) - 个人中心 ## 启动方式 ```bash npm install npm run serve ``` ## 目录结构 - src/views 页面文件 - src/components 公共组件 - src/api 模拟接口 - src/router 路由配置 - src/store 状态管理 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).