Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lei1248276/moo-music
🎵 可多端运行音乐播放器,支持web、微信小程序、ios、android等APP,基于uniapp、vue3、typescript、tailwindcss开发
https://github.com/lei1248276/moo-music
android cross-platform ios miniapp music netease-cloud-music netease-music tailwind typescript uniapp vue3
Last synced: 1 day ago
JSON representation
🎵 可多端运行音乐播放器,支持web、微信小程序、ios、android等APP,基于uniapp、vue3、typescript、tailwindcss开发
- Host: GitHub
- URL: https://github.com/lei1248276/moo-music
- Owner: lei1248276
- License: mit
- Created: 2021-04-11T12:37:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T09:32:44.000Z (3 months ago)
- Last Synced: 2024-08-19T11:16:46.967Z (3 months ago)
- Topics: android, cross-platform, ios, miniapp, music, netease-cloud-music, netease-music, tailwind, typescript, uniapp, vue3
- Language: Vue
- Homepage: https://moomusic.pages.dev/
- Size: 49.1 MB
- Stars: 46
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎵 MOO音乐
>使用uni-app、vue3、pinia、typescript、tailwindcss开发的可多端(支持移动端web网页、微信小程序、android、ios端等,**小程序端和ios端需自行打包**)运行的音乐播放器
- API数据来源[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)
- **[web端体验MOO](https://moo.deno.dev/)**
- **[安卓APP下载](https://github.com/lei1248276/MOO-music/releases)**
- **[ios书签版](https://moo.deno.dev/static/moo.mobileconfig)(书签描述文件请使用手机浏览器打开安装,APP版需自行打包)**
- **微信小程序线上版(因资质问题,已下架)**### 技术栈
- 🚀 UI组件是自定义的 + uni-ui
- 🚀 vue3
- 🚀 pinia
- 🚀 tailwindcss + sass
- 🚀 vite
- 🚀 typescript、eslint
- 🚀 auto-imports### 功能与页面
- 🎵 登录网易云音乐账号
- 🎵 获取网易云音乐收藏歌单
- 🎵 个人歌单、歌曲推荐
- 🎵 歌曲联想功能
- 🎵 banner歌单、歌曲展示
- 🎵 随机推荐歌单、歌曲
- 🎵 在线搜索歌单、歌曲、歌手
- 🎵 独立播放页面轮博展示
- 🎵 播放控制器
- 🎵 歌曲收藏
- 🎵 歌单收藏
- 🎵 专辑收藏
- 🎵 歌手收藏
- 🎵 历史播放记录
- 🎵 历史搜索记录
- 🎵 本地缓存歌单、音乐、歌手、专辑、历史记录### 安装和使用
- install
```shell
pnpm install
```
- dev(app请使用HBuilderX)
```shell
pnpm dev:h5
```
```shell
pnpm dev:mp-weixin
```
- build(app请使用HBuilderX)
```shell
pnpm build:h5
```
```shell
pnpm build:mp-weixin
```### 看图吧