0.4.0 • Published 9 months ago

@web-printer/vitepress v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@web-printer/vitepress

These sites are using vuejs/vitepress

Installation

pnpm i @web-printer/vitepress
import { Printer } from "@web-printer/core"
import vitepress from "@web-printer/vitepress"

new Printer()
  .use(
    vitepress({
      url: {
        Guide: "https://vuejs.org/guide/introduction.html",
        API: "https://vuejs.org/api/application.html"
      }
    })
  )
  .print("Vue 3.2 Documentation")

Options

{
  /**
   * Url of website page generated by vitepress, this page must have sidebar outline
   * @example
   * - "https://vitepress.vuejs.org/guide/"
   * - "https://vuejs.org/guide/introduction.html"
   * - {
   *    Guide: "https://vuejs.org/guide/introduction.html",
   *    API: "https://vuejs.org/api/application.html"
   *  }
   */
  url: MaybeMultiURL
}

License

MIT ©

0.4.0

9 months ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago