Maeve
made with
Vuejs
简介及使用教程
Maeve是一个Apple Music网络播放器。用户可以直接在网络上搜索、收听完整歌曲并管理Apple Music库,而无需安装iTunes。 Maeve在主要的浏览器(Chrome,Safari,Edge,Firefox,Opera)中运行,并且由Vue、Typescript和MusicKit JS构建。
安装
创建一个 MusicKit 开发者 Token:https://developer.apple.com/documentation/applemusicapi/getting_keys_and_creating_tokens
按照.env.local.example
创建 .env.local
填入配置:
VUE_APP_DEVELOPER_TOKEN = Your-developer-token
下载源码到本地
git clone https://github.com/antrancs/maeve.git myproject
cd myproject
安装依赖
yarn i
运行
yarn serve
示例
作者
An Tran
@an_t_tran相关项目