meEdu--在线教育小程序

图片描述

A Mpvue wxApp for meEdu

简介

在在校教育火热的年代,meedu在线点播教育系统横空出世,随后为了市场的推动,meEdu同套微信小程序跟风而至,meEdu提供了了在线观看课程视频,提交评论,以及文章的观看,同步meEdu的课程信息和个人信息。

功能

  • 视频点播板块
  • 文章观看
  • 个人信息模块
  • vip模块
  • 课程评论互动

结构

  • api

    • core

      • server.js // http封装
    • article.js // 文章接口
    • course.js // 课程接口
  • assets

    • img // 图片
    • style // 样式
  • components // 组件部分

    • card/vue
    • courseCard.vue
    • swiper-banner.vue
  • pages

    • comment // 评论详情
    • login // 登录
    • register // 注册
    • tabBar

      • article // 课程
      • course // 文章
      • person // 个人
    • video // 视屏播放
    • videoList // 视屏列表
    • vipList // vip列表
  • utils

    • index.js // 工具类函数
  • app.json
  • App.vue
  • main.js

API

演示

图片描述
图片描述
图片描述
图片描述

使用

推荐使用yarn
# install dependencies
yarn
/* npm install */

# serve with hot reload at localhost:8080
yarn start
/* npm run dev */

# build for production with minification
yarn build
/* npm run build */

# build for production and view the bundle analyzer report
yarn build --report
/* npm run build --report */

git

地址:https://github.com/YTU94/meedu-wxapp

欢迎star.

猜你喜欢

转载自www.cnblogs.com/homehtml/p/12689434.html