# vue音乐播放器 **Repository Path**: qhw123456/vue-music-player ## Basic Information - **Project Name**: vue音乐播放器 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-06 - **Last Updated**: 2022-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mymusic ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 1.公共变量和与变量变更相关的方法,使用store模式,写在store/index中,在main中引用,全局挂载在app.config.globalProperties.$store上 ,为方便敲码,在stroe/base里是局部引用store 2.公共函数写在store/base文件中,全局挂载在app.config.globalProperties.$func上 3.api写在api文件,使用局部按需引用,方便维护 4.有前后关系的组件使用路由,没有的直接以组件插入(留言模块等),一个组件只能放一个占位符 //播放器移动端功能实现 页面1.默认主页(推荐列表) 2