提交 4bfc90fb 编写于 作者: 知心宝贝's avatar 知心宝贝

Update README.md

上级 34e9a642
......@@ -11,8 +11,7 @@
本项目使用`vue2+vue-cli`实现了一个简易的网易云音乐(**App版本**),实现了歌曲的首页推荐展示,歌曲的搜索,评论的展示以及歌曲的播放四个主要功能模块,主要用来练手,效果如下图所示:
**首页**
![在这里插入图片描述](https://img-blog.csdnimg.cn/img_convert/4e83b082a056f3084a4fc61bb8b83415.png#pic_center)
![在这里插入图片描述](https://img-blog.csdnimg.cn/debd13ed61344243805448afdf0a3aae.png#pic_center)
**搜索页面**
......@@ -33,6 +32,25 @@
## 二、项目使用
### 2.1 安装依赖
```javascript
npm i
```
### 2.2 本地使用
```javascript
npm run serve
``
### 2.3 打包上传
```javascript
npm run build
```
**github地址**:[cloud-music](https://github.com/bosombaby/cloud-music)
......@@ -252,3 +270,7 @@ export { recommendMusicAPI,newMusicAPI,hotSearchAPI,searchResultAPI,getSongByIdA
## 八、项目总结
这次主要对`vue2`的项目进行锻炼。学习了模块化处理流程,对待不同的功能模块要进行合理的分区,前期一定要做好项目规划处理,后续开始学习`vue3`以及`three.js`
# 九、GitCode地址
`项目`:https://gitcode.net/qq_53673551/1024
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册