{"id":13810513,"url":"https://github.com/sidebase/nuxt-pdf","last_synced_at":"2025-04-11T16:52:01.495Z","repository":{"id":65631300,"uuid":"585086801","full_name":"sidebase/nuxt-pdf","owner":"sidebase","description":"📄 A easy to use, pdf exporting module to convert Nuxt 3 components into downloadable PDFs.","archived":false,"fork":false,"pushed_at":"2024-05-13T09:43:48.000Z","size":735,"stargazers_count":124,"open_issues_count":14,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T12:53:37.243Z","etag":null,"topics":["nuxt","pdf-export","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sidebase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-04T09:33:01.000Z","updated_at":"2025-02-02T16:57:39.000Z","dependencies_parsed_at":"2024-02-05T18:52:12.769Z","dependency_job_id":"0d809515-a5a2-46c2-80b6-2baad83b56fe","html_url":"https://github.com/sidebase/nuxt-pdf","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fnuxt-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fnuxt-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fnuxt-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidebase%2Fnuxt-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sidebase","download_url":"https://codeload.github.com/sidebase/nuxt-pdf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443147,"owners_count":21104349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt","pdf-export","typescript"],"created_at":"2024-08-04T02:00:57.374Z","updated_at":"2025-04-11T16:52:01.471Z","avatar_url":"https://github.com/sidebase.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![nuxt-pdf](.github/preview.jpg)\n\n# 📄 nuxt-pdf\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![GitHub stars](https://badgen.net/github/stars/sidebase/nuxt-pdf)](https://GitHub.com/sidebase/nuxt-pdf/)\n[![License][license-src]][license-href]\n[![Follow us on Twitter](https://badgen.net/badge/icon/twitter?icon=twitter\u0026label)](https://twitter.com/sidebase_io)\n[![Join our Discord](https://badgen.net/badge/icon/discord?icon=discord\u0026label)](https://discord.gg/NDDgQkcv3s)\n\n\u003e `nuxt-pdf` is a easy to use, pdf exporting module to convert Nuxt 3 components into downloadable PDFs.\n\n## Features\n\n- Easily export your Nuxt 3 components into PDFs\n- Generate PDFs on your server\n- Guides for PDF specific styles\n- Track exporting progress\n\n## Quick Setup\n\n1. Add `@sidebase/nuxt-pdf` dependency to your project\n\n```bash\n# Using pnpm\npnpm add -D @sidebase/nuxt-pdf\n\n# Using yarn\nyarn add --dev @sidebase/nuxt-pdf\n\n# Using npm\nnpm install --save-dev @sidebase/nuxt-pdf\n```\n\n2. Add `@sidebase/nuxt-pdf` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: [\n    '@sidebase/nuxt-pdf'\n  ]\n})\n```\n\nThat's it! You can now use NuxtPDF in your Nuxt 3 app ✨\n\nAfterwards you can use the [Quick Start documentation](https://sidebase.io/nuxt-pdf/getting-started/quick-start) to explore the features and properly configure your NuxtPDF instance!\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Generate type stubs\npnpm run dev:prepare\n\n# Develop with the playground\npnpm run dev\n\n# Build the playground\npnpm run dev:build\n\n# Run ESLint\npnpm run lint\n\n# Publish a new release (bump version before)\npnpm publish --access public\n```\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@sidebase/nuxt-pdf/latest.svg\n[npm-version-href]: https://npmjs.com/package/@sidebase/nuxt-pdf\n\n[npm-downloads-src]: https://img.shields.io/npm/dt/@sidebase/nuxt-pdf.svg\n[npm-downloads-href]: https://npmjs.com/package/@sidebase/nuxt-pdf\n\n[license-src]: https://img.shields.io/npm/l/@sidebase/nuxt-pdf.svg\n[license-href]: https://npmjs.com/package/@sidebase/nuxt-pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidebase%2Fnuxt-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidebase%2Fnuxt-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidebase%2Fnuxt-pdf/lists"}