demo:https://shershen08.github.io/vue-plugins-demo-static/index.html#/sound
NPM:https://www.npmjs.com/package/vue-audio


下载依赖:

npm install vue-audio --save 

引入使用:

<vue-audio :file="file1" />

import VueAudio from 'vue-audio';

data() {
  return {
    file1: require('../../assets/audio/audio002.mp3'),
  };
},
components: {
  'vue-audio': VueAudio
} 

展示:
在这里插入图片描述
最后那个按钮调节音量大小的。


当然上面是简单的,而且比较不美观,适用于对界面要求不强的项目,那么想要好看的,例如这样的:
在这里插入图片描述

那么看看这篇博客吧这是博客的项目地址

如果你需要一个小型的音乐播放器,还有Vue-APlayer是看起来比较美的,这是demo地址
在这里插入图片描述

Logo

前往低代码交流专区

更多推荐