JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 519
  • Score
    100M100P100Q99193F
  • License MIT

vue.js audio files player with vuetifyjs UI framework

Package Exports

  • vuetify-audio

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuetify-audio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vuetify-audio

Vue.js + Vuetify audio player

Vue.js sound audio player base on Vuetify UI framework. Covers audio-tag API and adds more.

Demo

Update soon

Installation

Use npm: Update soon

Currently please just clone and put it in your code to use it.

Usage

Add below code into your <script>:

import VuetifyAudio from 'vuetify-audio';
data() {
  return {
    file: 'http://www.noiseaddicts.com/samples_1w72b820/290.mp3',
  };
},
components: {
  'vuetify-audio': VuetifyAudio
},

And below code in the <template>:

<vuetify-audio :file="file"></vuetify-audio>

Attributes

  • file (String) is required;

ToDo

  • Create online demo
  • Create npm install
  • Add customize styles for component

License

MIT