vuepress-plugin-dynamic-title

1.0.0 • Public • Published

vuepress-plugin-dynamic-title

npm GitHub stars downloads downloads GitHub license

Install

yarn add vuepress-plugin-dynamic-title -D
# or use npm
npm i vuepress-plugin-dynamic-title -D

Usage

module.exports = {
  plugins: ['dynamic-title']
}

Options

module.exports = {
  plugins: [
    [
      "dynamic-title",
      {
        showIcon: "/favicon.ico",
        showText: "(/≧▽≦/)咦!又好了!",
        hideIcon: "/failure.ico",
        hideText: "(●—●)喔哟,崩溃啦!",
        recoverTime: 2000
      }
    ]
  ]
}

Thanks

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i vuepress-plugin-dynamic-title

      Weekly Downloads

      115

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      6.09 kB

      Total Files

      8

      Last publish

      Collaborators

      • reco_luan