Skip to content

Commit 12ffc37

Browse files
committed
说明文件
1 parent 02855c9 commit 12ffc37

File tree

11 files changed

+2629
-10
lines changed

11 files changed

+2629
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
# music
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
# 下载须知:
4+
本项目api的是 Binaryify 后端api 地址: https://github.com/Binaryify/NeteaseCloudMusicApi
75

8-
### Compiles and hot-reloads for development
6+
## 下载使用
97
```
10-
npm run serve
8+
git clone https://github.com/Binaryify/NeteaseCloudMusicApi
9+
```
10+
## 开启后端服务
11+
```$xslt
12+
node app.js
1113
```
1214

13-
### Compiles and minifies for production
15+
## 下载本项目
16+
```$xslt
17+
git clone https://github.com/coderps123/music.git
1418
```
15-
npm run build
19+
## 运行
20+
```$xslt
21+
npm install
22+
npm run serve
1623
```
1724

18-
### Customize configuration
19-
See [Configuration Reference](https://cli.vuejs.org/config/).
25+
### 特别感谢
26+
Binaryify lxhcool

0 commit comments

Comments
 (0)