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