Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artiely/vuepress-plugin-valine
https://github.com/artiely/vuepress-plugin-valine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artiely/vuepress-plugin-valine
- Owner: artiely
- Created: 2020-04-07T01:09:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T03:47:04.000Z (over 4 years ago)
- Last Synced: 2024-02-03T03:05:55.678Z (11 months ago)
- Language: Vue
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)