Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 评论系统。
- Host: GitHub
- URL: https://github.com/xinlei3166/vuepress-plugin-waline
- Owner: xinlei3166
- License: mit
- Archived: true
- Created: 2021-10-14T09:31:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T06:12:02.000Z (about 2 years ago)
- Last Synced: 2024-11-03T03:02:17.993Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 670 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-waline - vuepress-plugin-waline
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'
})
]
```