All Projects → YTU94 → Meedu Wxapp

YTU94 / Meedu Wxapp

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

Programming Languages

js
455 projects

Projects that are alternatives of or similar to Meedu Wxapp

Vue Mpvue Chatrobot
㊙A chat robot for web & Wechat producted by vue+mpvue+nodejs.
Stars: ✭ 269 (+35.18%)
Mutual labels:  mpvue, wxapp
citySelector
🛳基于mpvue的微信小程序 城市/区县定位选择模块 汉字/拼音搜索 可直接使用 已更新
Stars: ✭ 52 (-73.87%)
Mutual labels:  wxapp, mpvue
mpvue canvas drawer
[mpvue版本]微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片
Stars: ✭ 43 (-78.39%)
Mutual labels:  wxapp, mpvue
We Cropper
微信小程序图片裁剪工具
Stars: ✭ 1,972 (+890.95%)
Mutual labels:  mpvue, wxapp
Mpvue Weui
用 vue 写小程序,基于 mpvue 框架重写 weui。
Stars: ✭ 1,463 (+635.18%)
Mutual labels:  mpvue, wxapp
Ithome Lite
🥛 IT之家第三方小程序版客户端(使用 mpvue 开发,兼容 web)
Stars: ✭ 531 (+166.83%)
Mutual labels:  mpvue, wxapp
common-mpvue
使用mpvue开发小程序通用能力封装
Stars: ✭ 31 (-84.42%)
Mutual labels:  wxapp, mpvue
Alaweb
一套 Vue 代码,多端可用(H5、小程序、苹果App、安卓App、头条等)。系统含150+页面,200+组件(5端通用),30+元件(每个终端独立完成)
Stars: ✭ 837 (+320.6%)
Mutual labels:  mpvue, wxapp
Mp canvas drawer
🚀 微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片
Stars: ✭ 1,611 (+709.55%)
Mutual labels:  mpvue, wxapp
Wx Book
仿追书神器的小说阅读器小程序
Stars: ✭ 122 (-38.69%)
Mutual labels:  mpvue, wxapp
Takeaway
🍰 mpvue Takeaway WeChat Mini Program
Stars: ✭ 141 (-29.15%)
Mutual labels:  mpvue
Wx calendar
微信小程序-日历组件 📅
Stars: ✭ 2,008 (+909.05%)
Mutual labels:  wxapp
Hswiper Wx
微信小程序swiper插件
Stars: ✭ 167 (-16.08%)
Mutual labels:  wxapp
Dva Wxapp
微信小程序的dva集成
Stars: ✭ 183 (-8.04%)
Mutual labels:  wxapp
Examples
Stars: ✭ 133 (-33.17%)
Mutual labels:  mpvue
Mp Weui
mp-weui 是基于 mpvue 和 weui-wxss 的微信小程序 UI 库。
Stars: ✭ 167 (-16.08%)
Mutual labels:  mpvue
Wxa Plugin Calendar
小程序插件-预约日历插件-微信小程序日历插件
Stars: ✭ 124 (-37.69%)
Mutual labels:  wxapp
Wxapp Douban Api Movie
Douban movie api data completed a WeChat applet wxAPP, very suitable as a small program beginners combat project!
Stars: ✭ 161 (-19.1%)
Mutual labels:  wxapp
Wx Miniprogram Boilerplate
基于Gulp微信小程序开发工作流,支持less样式编写,支持ESLint代码检查等功能
Stars: ✭ 122 (-38.69%)
Mutual labels:  wxapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (-7.04%)
Mutual labels:  wxapp

Build Status Build Status License

A Mpvue wxApp for meEdu


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

简介

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

功能

  • [x] 视频点播板块
  • [x] 文章观看(master已删除feature/ytu保留个人版本)
  • [x] 个人信息模块
  • [x] vip模块
  • [x] 课程评论互动
  • [x] 视屏评论互动
  • [X] 课程搜索功能
  • [X] 登录,登出功能
  • [X] 分享功能(微信关闭了分享回调就以转发实现)
  • [X] 赞赏功能(借助给赞小程序)
  • [X] 升级了Mpvue2.0理论支持支付宝,百度,头条小程序
  • [X] 添加公众号关注组件 (配置:官方文档

规划

  • [ ] 评论优化
  • [ ] 项目优化配置化

结构

  • api
    • core
      • server.js // http封装
    • article.js // 文章接口
    • course.js // 课程接口
  • assets
    • img // 图片
    • style // 样式
  • components // 组件部分
    • card/vue
    • courseCard.vue
    • swiper-banner.vue
  • pages
    • comment // 评论详情
    • login // 登录
    • register // 注册
    • searchCourse // 课程搜索
    • 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 接口地址
zan_path *** /config/dev.dnv.js&&prod.env.js 给赞小程序的路径给赞关联文档
client_id *** /config/dev.dnv.js&&prod.env.js meedue专用,参考
client_secret *** /config/dev.dnv.js&&prod.env.js meedue专用,参考

使用

推荐使用yarn (请先申请你的小程序账号注册地址,安装好node, 微信开发者工具)

git clone https://github.com/YTU94/meedu-wxapp

# 1.微信开发者工具打开meedu-wxapp,填入你自己的小程序appId, 然后 `npm run build` 或者 `yarn build`, 
    更目录会生成`dist`目录
# 2.然后直接点击微信开发者工具的上传按钮,上传小程序源码(dist文件夹)
# 3.登陆微信公众平台的小程序后台提交审核,然后发布

二开请先熟悉mpvue框架和小程序开发

# install dependencies
yarn
/* npm install */

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

# build for production with minification
yarn build:xw
/* npm run build:wx */

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

License

MIT

交流群

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].