使用Taro快速开发微信小程序,数据来源使用网上开源的网易云音乐 NodeJS 版 APIhtml
1. 接口的运行github
# 下载源码
git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
# 切换到目录下
cd NeteaseCloudMusicApi
# 安装依赖
cnpm install
# 运行
npm start
复制代码
2. 项目的运行npm
# 下载源码
git clone https://github.com/CalmHarbin/Taro-.git
# 切换到目录下
cd Taro-
# 安装依赖
cnpm install
# 运行
npm start
# 使用微信开发者工具打开dist目录便可(请勾上微信开发者工具的 不校验合法域名... 这一项)
复制代码
github地址,欢迎star小程序