# Vue 音乐播放器 **Repository Path**: gsang/vue-music ## Basic Information - **Project Name**: Vue 音乐播放器 - **Description**: Vue 音乐播放器 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-12 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-music > 使用Vue构建的音乐播放器,参照imooc网教程开发,开发已完成 #### 数据来源 所有数据都来自于QQ音乐,开发第一版后将更换接口 #### 技术栈: * [x] webpack * [x] Vuex * [x] Vue-Router * [x] Vue-loader * [x] Vue-cli * [x] Stylus * [x] ES6 * [x] Axios ## 安装 ``` bash # 安装运行环境 npm install # 运行开发环境 localhost:8080 npm run dev # 构建生产环境 npm run build # build for production and view the bundle analyzer report npm run build --report ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).