Skip to content

📜meEdu微信小程序。(wxapp for meedu)

Notifications You must be signed in to change notification settings

Milleree/meedu-wxapp

 
 

Repository files navigation

Build Status Build Status License

A Mpvue wxApp for meEdu


meEdu:基于Laravel开发的在线点播系统

简介

在在校教育火热的年代,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

配置

(meEdu需要配置client_id, client_secret)

参数 位置
API 接口地址url /config/dev.dnv.js&&prod.env.js
client_id *** /config/dev.dnv.js&&prod.env.js
client_secret *** /config/dev.dnv.js&&prod.env.js

使用

推荐使用yarn (请先安装好node, 微信开发者工具)

# 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 */

💖💖 If you find this project helpful, maybe you can buy me a coffee. 💖💖

License

MIT

交流群

About

📜meEdu微信小程序。(wxapp for meedu)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.7%
  • JavaScript 33.8%
  • Other 0.5%