Package Exports
- vuepress-plugin-waline
- vuepress-plugin-waline/node/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuepress-plugin-waline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vuepress-plugin-waline
简介
vuepress-plugin-waline 是一个基于 Vuepress 2.x 的插件,它可以帮助你更快的接入 Waline 评论系统。
提示
安装
npm install -D vuepress-plugin-waline
yarn add -D vuepress-plugin-waline
用法
.vuepress/config.js文件中使用插件
plugins: [
walinePlugin({
serverURL: 'https://waline-xinlei3166.vercel.app'
})
]