铜钟版本forJusic 主要新增了:酷狗虾米根据歌手名+歌曲名单曲搜索
- 搜索 (支持使用查询字符串搜索,如: http://mini.tongzhong.xyz/search?keyword=Iron%20Man)
- 播放
- 下载
- 热歌榜(包括QQ音乐和网易云音乐)
- 记录搜索历史
- 搜索
- 播放
# Install dependencies
npm install
# Build client-side bundle
npm run build
# Start the server
npm run server
打开 http://localhost:8081
即可。
# Start nodemon dev server (需要全局安装 nodemon)
npm run dev-server
# Start webpack dev server
npm start
桌面版打开 http://localhost:3000/
,移动版打开http://localhost:3000/m/
。(注意是 /m/
)
MIT