README.md 603 字节
Newer Older
Z
Zachary 已提交
1
# YZ-music
Z
init  
Zachary 已提交
2

Z
Zachary 已提交
3
**This is a music website made with `Vue3`.**
Z
Zachary 已提交
4 5 6 7 8

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)

Z
Zachary 已提交
9
Deploying with docker + nginx, [Project address](https://github.com/zlj-zz/yz-music) / [Preview address](http://47.100.89.214:8080/MusicLibrary)
Z
Zachary 已提交
10

Z
Zachary 已提交
11 12
![home](./demo/demo.gif)

Z
init  
Zachary 已提交
13
## Project setup
Z
Zachary 已提交
14

Z
init  
Zachary 已提交
15
```
Z
Zachary 已提交
16
npm install
Z
init  
Zachary 已提交
17 18 19
```

### Compiles and hot-reloads for development
Z
Zachary 已提交
20

Z
init  
Zachary 已提交
21
```
Z
Zachary 已提交
22
npm run serve
Z
init  
Zachary 已提交
23 24 25 26 27
```

### Compiles and minifies for production

```
Z
Zachary 已提交
28
npm run build
Z
init  
Zachary 已提交
29
```