? nuxt-pdf

nuxt-pdf is a easy to use, pdf exporting module to convert Nuxt 3 components into downloadable PDFs.

Quick Start

npm i -D @sidebase/nuxt-pdf

Then visit the Quick Start documentation to setup the module.

Features

  • Easily export your Nuxt 3 components into PDFs
  • Guides for PDF specific styles
  • Track exporting progress

Module Playground

This module also has it’s own playground:

> git clone https://github.com/sidebase/nuxt-pdf

> cd nuxt-pdf

> npm i

> npm run dev:prepare

> npm run dev

# -> open http://localhost:3000

GitHub

View Github