1.0.0-alpha.0 • Published 3 months ago

@sidebase/nuxt-pdf v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

nuxt-pdf

📄 nuxt-pdf

npm version npm downloads GitHub stars License Follow us on Twitter Join our Discord

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

Features

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

Quick Setup

  1. Add @sidebase/nuxt-pdf dependency to your project
# Using pnpm
pnpm add -D @sidebase/nuxt-pdf

# Using yarn
yarn add --dev @sidebase/nuxt-pdf

# Using npm
npm install --save-dev @sidebase/nuxt-pdf
  1. Add @sidebase/nuxt-pdf to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@sidebase/nuxt-pdf'
  ]
})

That's it! You can now use NuxtPDF in your Nuxt 3 app ✨

Afterwards you can use the Quick Start documentation to explore the features and properly configure your NuxtPDF instance!

Development

# Install dependencies
pnpm install

# Generate type stubs
pnpm run dev:prepare

# Develop with the playground
pnpm run dev

# Build the playground
pnpm run dev:build

# Run ESLint
pnpm run lint

# Publish a new release (bump version before)
pnpm publish --access public
1.0.0-alpha.0

3 months ago

0.2.0-alpha.0

4 months ago

0.1.2

6 months ago

0.1.1

1 year ago

0.1.1-alpha.17

1 year ago

0.1.1-alpha.16

1 year ago

0.1.1-alpha.15

1 year ago

0.1.1-alpha.14

1 year ago

0.1.1-alpha.13

1 year ago

0.1.1-alpha.12

1 year ago

0.1.1-alpha.11

1 year ago

0.1.1-alpha.10

1 year ago

0.1.1-alpha.9

1 year ago

0.1.1-alpha.8

1 year ago

0.1.1-alpha.7

1 year ago

0.1.1-alpha.6

1 year ago

0.1.1-alpha.5

1 year ago

0.1.1-alpha.4

1 year ago

0.1.1-alpha.2

1 year ago

0.1.1-alpha.0

1 year ago

0.1.0

1 year ago