KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
taro-music
★ 13
Open GitHub ↗
使用Taro开发网易云小程序版本
Download README (.md)
Explore Similar Repositories
olean-rs
:
parser/viewer for olean files (lean 3)
StoryTelling
:
A neural network based StoryTeller that outputs a short story from an input image
mappView
:
mappView tips and code snippets
XcodeGen
:
Repo to support a talk about XcodeGen
LiangxiesFriend
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
taro-music
?
Download (.md)
# Taro-实现网易云音乐小程序版本 使用[Taro](https://nervjs.github.io/taro/docs/README.html)快速开发微信小程序,数据来源使用网上开源的[网易云音乐 NodeJS 版 API](https://binaryify.github.io/NeteaseCloudMusicApi/#/) ## 页面效果 <img src='http://hy.mendalegroup.com:81/img/wy_5.jpg' width='32%' /><img src='http://hy.mendalegroup.com:81/img/wy_2.jpg' width='32%' /><img src='http://hy.mendalegroup.com:81/img/wy_6.jpg' width='32%' /> <img src='http://hy.mendalegroup.com:81/img/wy_4.jpg' width='32%' /><img src='http://hy.mendalegroup.com:81/img/wy_3.jpg' width='32%' /><img src='http://hy.mendalegroup.com:81/img/wy_7.jpg' width='32%' /> <img src='http://hy.mendalegroup.com:81/img/wy_8.jpg' width='32%' /><img src='http://hy.mendalegroup.com:81/img/wy_1.jpg' width='32%' /> ## 项目的运行 **1. 接口的运行** ```sh # 下载源码 git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git # 切换到目录下 cd NeteaseCloudMusicApi # 安装依赖 cnpm install # 运行 npm start ``` **2. 项目的运行** ```sh # 下载源码 git clone https://github.com/CalmHarbin/Taro-.git # 切换到目录下 cd Taro- # 安装依赖 cnpm install # 运行 npm start # 使用微信开发者工具打开dist目录即可(请勾上微信开发者工具的 不校验合法域名... 这一项) ``` [uni-app 版本点这里](https://github.com/CalmHarbin/uni-app-music) 欢迎 star