{"id":20486030,"url":"https://github.com/maiscrm/vuepress-plugin-exportpdf","last_synced_at":"2025-04-13T15:13:44.178Z","repository":{"id":58428288,"uuid":"281051110","full_name":"maiscrm/vuepress-plugin-exportpdf","owner":"maiscrm","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-05T10:31:12.000Z","size":896,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T15:13:38.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maiscrm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-20T07:51:30.000Z","updated_at":"2022-09-02T05:55:00.000Z","dependencies_parsed_at":"2022-09-14T13:10:49.237Z","dependency_job_id":null,"html_url":"https://github.com/maiscrm/vuepress-plugin-exportpdf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fvuepress-plugin-exportpdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fvuepress-plugin-exportpdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fvuepress-plugin-exportpdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fvuepress-plugin-exportpdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maiscrm","download_url":"https://codeload.github.com/maiscrm/vuepress-plugin-exportpdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732488,"owners_count":21152852,"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":[],"created_at":"2024-11-15T16:34:47.897Z","updated_at":"2025-04-13T15:13:44.159Z","avatar_url":"https://github.com/maiscrm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuepress-plugin-exportpdf\n\nInspired by [vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export).\n\n\u003e This plugin requires VuePress \u003e= **1.0.0-alpha.44**.\n\n## Features\n\n- Merge all of your pages automatically.\n- Create outline by your sidebar.\n- Inject page numbers.\n\n## Install\n\n```shell\nnpm i @maiscrm/vuepress-plugin-exportpdf\n```\n\n## Usage\n\nUsing this plugin:\n\n```javascript\n// .vuepress/config.js\nmodule.exports = {\n  plugins: [\n    [\n      '@maiscrm/vuepress-plugin-exportpdf',\n      {\n        themeConfig: {\n          navbar: false,\n          nextLinks: false,\n          prevLinks: false,\n          sidebar: [\n            'docs/',\n            {\n              title: 'Plugin',\n              children: [\n                'docs/plugin/',\n                'docs/plugin/using-a-plugin'\n              ]\n            }\n          ]\n        }\n      }\n    ]\n  ]\n}\n```\n\nThen run:\n\n```bash\nvuepress exportpdf [path/to/your/docs]\n```\n\n## Development\n\n```bash\n# Note that this package is powered by [puppeteer](https://github.com/GoogleChrome/puppeteer), if you are in a mysterious wall, consider setting this [environment variables](https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#environment-variables) before installation.\nexport PUPPETEER_DOWNLOAD_HOST=https://npm.taobao.org/mirrors\nyarn install\nyarn exportpdf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaiscrm%2Fvuepress-plugin-exportpdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaiscrm%2Fvuepress-plugin-exportpdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaiscrm%2Fvuepress-plugin-exportpdf/lists"}