kimmy-wang / vuepress-plugin-aplayer

aplayer for vuepress. Live demo(https://next.chenyifaer.com/category1/2020/092101.html)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aplayer for vuepress

Travis (.org) npm GitHub release (latest by date) GitHub tag (latest by date) GitHub GitHub contributors

Install

yarn add -D vuepress-plugin-aplayer
# OR npm install -D vuepress-plugin-aplayer

Use

1). config.js

module.exports = {
  plugins: ['aplayer']
}

2). *.md, click here for more configuration of aplayer, .

<a-player 
    :options="{
        ...
    }"
/>

Contributors

License

MIT

About

aplayer for vuepress. Live demo(https://next.chenyifaer.com/category1/2020/092101.html)

License:MIT License


Languages

Language:JavaScript 94.0%Language:Vue 6.0%