@thatzokay/vue-aplayer
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

vue-aplayer

NPM version Build Status LICENSE MIT Code Style: Prettier

This is the branch for @thatzokay/vue-aplayer 3.

Status: Beta

Most of the planned features are in place but there may still be bugs.

Documentation

Docs are available at aplayer.thatzokay.nl/docs/

Install

npm i @thatzokay/vue-aplayer

Usage

Edit vue-aplayer-demo

import Vue from 'vue';
import { VueAPlayerPlugin } from '@thatzokay/vue-aplayer';

createApp(App)
  .use(VueAPlayerPlugin, {
    defaultCover: 'https://github.com/u3u.png'
  })
  .mount('#app');

Related Projects

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Contributors

Thanks goes to these wonderful people (emoji key):

さくら
さくら

💻 📖 💡
DIYgod
DIYgod

🎨 🤔
Rex Zeng
Rex Zeng

🐛
Nuno Jesus
Nuno Jesus

🎨
ThatzOkay
ThatzOkay

💻 📖 💡

This project follows the all-contributors specification. Contributions of any kind are welcome!

Author

vue-aplayer © u3u, Released under the MIT License.
Authored and maintained by u3u with help from contributors (list).

qwq.cat · GitHub @u3u

Package Sidebar

Install

npm i @thatzokay/vue-aplayer

Weekly Downloads

0

Version

3.3.0

License

MIT

Unpacked Size

771 kB

Total Files

93

Last publish

Collaborators

  • thatzokay