# haoxuexi_frontend **Repository Path**: dl-study/haoxuexi_frontend ## Basic Information - **Project Name**: haoxuexi_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-01-09 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # integration项目【新】 前端说明 ## 技术 - vue3 - nodejs(>=16.20.1) - element-pro(ui库) - axios(http库) - echarts(图表) ## 项目说明 项目中包含有教师端和管理员端,访问时,需要根据路径来区分,例如: - 教师端:http://localhost:5173/teacher/home/scorce-overview - 管理员端:http://localhost:5173/admin/home/scorce-overview 具体路径请看src/router/teacher.js和src/router/admin.js 项目结构 - src - router - teacher.js 教师端路由 - admin.js 管理员端路由 - src - views - Teacher 教师端页面 - Admin 管理员端页面 - components - Teacher 教师端公共组件 - Admin 管理员端公共组件 - util 公共工具 - store 状态管理 - api 接口 - assets 静态资源 - main.js 入口文件 - App.vue 主组件 - index.html 主页面 ## 开发 ```shell # 安装依赖 npm i # 运行 npm run dev # 打包 npm run build ```