Skip to main content
vuepress-theme-hope

vuepress-plugin-reading-time2

Expect reading time and word count statistics

Guide 💡Config 🛠

How to use

Install

pnpm add -D vuepress-plugin-reading-time2

Usage

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

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