JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 111
  • Score
    100M100P100Q68593F
  • License MIT

vuepress plugin for waline

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 评论系统。

查看Demo

提示

已支持vuepress@2.0.0-beta.51版本

安装

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

用法

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

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