Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artiely/vuepress-plugin-valine


https://github.com/artiely/vuepress-plugin-valine

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vuepress-plugin-valine

> Support popluar comment plugins in Vuepress, such as Valine.

## Features

- Support Valine
- Dynamic Import
- Response router change and refresh automatic
- User can use passage's `$frontmatter`

## Usage

### Install

With `npm`:

```bash
npm install --save vuepress-plugin-valine
```

With `yarn`:

```bash
yarn add vuepress-plugin-valine -D
```

With `cnpm`:

```bash
cnpm i --save vuepress-plugin-valine
```

### Usage

The `options` is exactly the same as `Valine` configuration.

```javascript
module.exports = {
plugins: [
[
'vuepress-plugin-valine',
{
appId: 'Your own appId',
appKey: 'Your own appKey'
}
]
]
}
```

## demo

[https://artiely.gitee.io](https://artiely.gitee.io)