All Projects → eyasliu → Wechat App Music

eyasliu / Wechat App Music

微信小程序:音乐播放器 技术栈: redux + es7 +labrador

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wechat App Music

Supermarketmini
基于wepy2.x 仿苏宁小店小程序,API采用go开发(已开源),项目正在开发中,欢迎加群:160301726
Stars: ✭ 73 (-80.99%)
Mutual labels:  wechat-app, wechat
Wechat App Demo
📱微信小程序 demo
Stars: ✭ 1,678 (+336.98%)
Mutual labels:  wechat-app, wechat
Wechat Miniprogram Ar 3d
A WeChat MiniProgram 3D that includes a Panorama Viewer and a 3D Viewer using the device orientation control.
Stars: ✭ 80 (-79.17%)
Mutual labels:  wechat-app, wechat
Weapp Qrcode
Wechat miniapp generate qrcode image
Stars: ✭ 339 (-11.72%)
Mutual labels:  wechat-app, wechat
Weapp Ssha
企业官网 小程序 源码
Stars: ✭ 233 (-39.32%)
Mutual labels:  wechat-app, wechat
Tom Vpr
how does voiceprint recognition work in wechat page
Stars: ✭ 37 (-90.36%)
Mutual labels:  wechat-app, wechat
Rktk Wxx
软考题库微信小程序 ENJOY
Stars: ✭ 131 (-65.89%)
Mutual labels:  wechat-app, wechat
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+102.86%)
Mutual labels:  wechat-app, wechat
Wxapp Scalc
💬微信小程序版简易计算器demo,适合入门练手
Stars: ✭ 230 (-40.1%)
Mutual labels:  wechat-app, wechat
Wechat Weapp Grouputils
微信小程序群应用,包括群通知、群接龙、群投票、群通讯录4大功能
Stars: ✭ 222 (-42.19%)
Mutual labels:  wechat-app, wechat
Mpvue Animated Number
微信小程序 mpvue 数字更新滚动动画组件 / An animated number component for mpvue
Stars: ✭ 33 (-91.41%)
Mutual labels:  wechat-app, wechat
Wepy Mall
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
Stars: ✭ 3,224 (+739.58%)
Mutual labels:  wechat-app, wechat
Wechatmusicplayer
微信小程序:音乐播放器
Stars: ✭ 13 (-96.61%)
Mutual labels:  wechat-app, wechat
Wxapp Img Loader
适用于微信小程序的图片预加载组件
Stars: ✭ 1,049 (+173.18%)
Mutual labels:  wechat-app, wechat
Masterwechatapp
『微信小程序』优秀教程、轮子、开源项目 资源汇总
Stars: ✭ 826 (+115.1%)
Mutual labels:  wechat-app, wechat
Microsoft ai
人工智能实战微信小程序demo
Stars: ✭ 111 (-71.09%)
Mutual labels:  wechat-app, wechat
Wechat Miniprogram Examples
WeChat mini program examples. 微信小程序示例
Stars: ✭ 634 (+65.1%)
Mutual labels:  wechat-app, wechat
Python Weixin
微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
Stars: ✭ 746 (+94.27%)
Mutual labels:  wechat-app, wechat
Nxdc Milktea
一套仿奈雪の茶小程序的前端模板
Stars: ✭ 198 (-48.44%)
Mutual labels:  wechat-app, wechat
Weapp
🐧 微信小程序组件和功能封装,基于微信Component自定义组件开发
Stars: ✭ 235 (-38.8%)
Mutual labels:  wechat-app, wechat

微信小程序: 音乐播放器

说明

本项目使用 es2017 编码方式开发,感谢 labrador

  • dist 项目编译后代码,在IDE新建项目时必须选择该文件夹预览
  • src 项目源代码目录,在里面可使用 es2017 语法

截图

榜单列表

歌曲列表

搜索页

播放页

安装方法

  • 克隆本项目
  • 进入目录安装依赖包
  • 启动服务
git clone https://github.com/eyasliu/wechat-app-music.git
cd wechat-app-music
npm install
npm start

命令说明

// 开发阶段,监听src目录下文件变动情况,即使编译并复制到dist文件夹
npm start 
// 打包编译项目
npm run build

贡献代码

如果您想继续为本项目贡献代码,请按以下指示

  1. 请先阅读文章 使用Labrador 0.3构建ES6/ES7标准模块化微信小程序
  2. 克隆本项目并安装依赖
  3. npm start 启动开发监听服务
  4. 在小程序IDE新建项目,此时目录必须选择 dist 文件夹
  5. 修改 src 文件夹下代码,无论何时都不要直接编辑dist目录文件

TODO

  • 集成redux管理数据状态
  • 集成 野狗实时后端云
  • 收藏列表,移出收藏
  • 切换上一曲/下一曲
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].