mirror of
https://github.com/tatoMa/neteast-cloud-music-player
synced 2024-11-10 02:04:13 +00:00
update md files
This commit is contained in:
parent
4a9255d16f
commit
aab7e7de56
4 changed files with 14 additions and 8 deletions
BIN
01.jpg
Normal file
BIN
01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
02.jpg
Normal file
BIN
02.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
20
README.md
20
README.md
|
@ -1,34 +1,40 @@
|
|||
# neteast-music-vue
|
||||
## A mobile first responsive web app for listening music from Neteast cloud platform which uses (a open source API)[https://github.com/Binaryify/NeteaseCloudMusicApi]
|
||||
|
||||
## Project setup
|
||||
### Stack based on Vue, VueX, VueRouter, Vuetify, Axios, PWA, SCSS, Jest, Nightwatch, Eslint, Babel and others.
|
||||
|
||||
![picture 01](https://github.com/tatoMa/neteast-cloud-music-player/blob/master/01.jpg?raw=true)
|
||||
![picture 02](https://github.com/tatoMa/neteast-cloud-music-player/blob/master/02.jpg?raw=true)
|
||||
|
||||
#### Project setup
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
##### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
##### Compiles and minifies for production
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Run your unit tests
|
||||
##### Run your unit tests
|
||||
```
|
||||
npm run test:unit
|
||||
```
|
||||
|
||||
### Run your end-to-end tests
|
||||
##### Run your end-to-end tests
|
||||
```
|
||||
npm run test:e2e
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
##### Lints and fixes files
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
##### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
v-if="getMusicDetailsList[currentTrack]"
|
||||
class="my-1 pa-0 mx-auto cover-round"
|
||||
:class="[paused ? '' : 'cover-rotation' , layout ? 'cover-disk' : '']"
|
||||
:src="layout ? getMusicDetailsList[currentTrack].al.picUrl+'?param=400y400' : getMusicDetailsList[currentTrack].al.picUrl+'?param=100y100'"
|
||||
:src="getMusicDetailsList[currentTrack].al.picUrl+'?param=400y400'"
|
||||
:max-width="layout ? 400 : 94"
|
||||
:max-height="layout ? 400 : 94"
|
||||
contain
|
||||
|
|
Loading…
Reference in a new issue