yarn add -D vuepress-plugin-aplayer
# OR npm install -D vuepress-plugin-aplayer
1). config.js
module.exports = {
plugins: ['aplayer']
}
2). *.md
, click here for more configuration of aplayer, .
<a-player
:options="{
...
}"
/>
MIT