Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xinlei3166/vuepress-plugin-waline

一个基于 Vuepress 2.x 的插件,它可以帮助你更快的接入 Waline 评论系统。
https://github.com/xinlei3166/vuepress-plugin-waline

Last synced: about 1 month ago
JSON representation

一个基于 Vuepress 2.x 的插件,它可以帮助你更快的接入 Waline 评论系统。

Awesome Lists containing this project

README

        

# vuepress-plugin-waline

## 简介

vuepress-plugin-waline 是一个基于 Vuepress 2.x 的插件,它可以帮助你更快的接入 [Waline](https://waline.js.org) 评论系统。

[查看Demo](https://xinlei3166.github.io/about.html)

## 提示
已支持[email protected]版本

## 安装

```bash
npm install -D vuepress-plugin-waline
yarn add -D vuepress-plugin-waline
```

## 用法

.vuepress/config.js文件中使用插件

```js
plugins: [
walinePlugin({
serverURL: 'https://waline-xinlei3166.vercel.app'
})
]
```