# YZ-music **This is a music website made with `Vue3`.** Some components use [element plus](https://github.com/element-plus/element-plus), imitating the style of QQ music API using [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) Deploying with docker + nginx, [Project address](https://github.com/zlj-zz/yz-music) / [Preview address](http://47.100.89.214:8080/MusicLibrary) ![home](./demo/demo.gif) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ```