Support vuepress2.x based on APlayer+Meting 支持vuepress2.x的音乐播放器
vuepress-plugin-Meting2 is a simple plugin that supports VuePress 2.x and is based on Aplayer+Meting. It automatically registers the <Meting/> and <APlayer/> components after installation. Users can use these components anywhere on their VuePress site. The <Meting/> component supports meting and aplayer options, with the audio option automatically obtained through metingApi. Users can also add additional audio using the additionalAudios option. The <APlayer/> component supports aplayer options, but users need to provide their own audio sources.
<Meting/> and <APlayer/> components<Meting/> component<APlayer/> componentTo install vuepress-plugin-Meting2, follow these steps:
npm install vuepress-plugin-Meting2
vuepress.config.js):module.exports = {
plugins: [
['vuepress-plugin-Meting2', {
// plugin options
}]
]
}
vuepress-plugin-Meting2 is a simple VuePress plugin that allows users to easily add music players to their VuePress site. It supports both Meting and APlayer components and provides options for customization. Installation is straightforward, requiring only a few configuration steps. This plugin is a great choice for anyone looking to enhance their VuePress site with music playback capabilities.