Skip to main content
vuepress-theme-hope

vuepress-plugin-reading-time2

Expect reading time and word count statistics

GuideConfig

How to use

Install

pnpm
pnpm add -D vuepress-plugin-reading-time2

Usage

TS
// .vuepress/config.ts
import { readingTimePlugin } from "vuepress-plugin-reading-time2";

export default {
  plugins: [
    readingTimePlugin({
      // your options
    }),
  ],
};