# concise-music **Repository Path**: pcu/concise-music ## Basic Information - **Project Name**: concise-music - **Description**: Music player build with React, learn how to use React. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # concise music player 一个基于react开发的简约音乐播放器。 项目开发环境: * react:16.3.1 * webpack: 4.5.0 * react-router-dom: 4.2.2 目前实现的功能有:打开页面自动播放、上一曲、下一曲、播放进度控制、音量大小控制、播放列表、 歌曲删除、点击播放对应歌曲。 项目运行: 1. 把文件夹clone到本地; 2. 安装依赖:`npm install` 3. 启动项目:`npm start` 4. 编译打包:`npm run build`