Skip to content

铜钟:将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!

License

Notifications You must be signed in to change notification settings

liuhaichao0622/tonzhon-music

 
 

Repository files navigation

tonzhon-music

English

更新日志

将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!

This repository is the early Tonzhon Lite, now Tonzhon Lite has been split into tonzhon-lite, tonzhon-lite-server and tonzhon-lite-mobile.

地址

功能

桌面版

移动版

  • 搜索
  • 播放

使用

# 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/

License

MIT

About

铜钟:将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 1.3%
  • CSS 0.8%