{"id":15636511,"url":"https://github.com/patak-dev/vite-rollup-plugins","last_synced_at":"2025-10-01T09:30:44.393Z","repository":{"id":43104043,"uuid":"328027432","full_name":"patak-dev/vite-rollup-plugins","owner":"patak-dev","description":"A compatibility list of rollup plugins for Vite 2 and test playground","archived":false,"fork":false,"pushed_at":"2024-02-12T18:27:37.000Z","size":626,"stargazers_count":122,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T06:44:29.011Z","etag":null,"topics":["rollup-plugin","vite"],"latest_commit_sha":null,"homepage":"http://vite-rollup-plugins.patak.dev","language":"HTML","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/patak-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-01-08T22:36:52.000Z","updated_at":"2024-11-23T10:48:19.000Z","dependencies_parsed_at":"2024-02-12T18:58:55.833Z","dependency_job_id":null,"html_url":"https://github.com/patak-dev/vite-rollup-plugins","commit_stats":{"total_commits":72,"total_committers":10,"mean_commits":7.2,"dds":"0.16666666666666663","last_synced_commit":"71849d87f1308796620e510c34fd2324ba208257"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patak-dev%2Fvite-rollup-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patak-dev%2Fvite-rollup-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patak-dev%2Fvite-rollup-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patak-dev%2Fvite-rollup-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patak-dev","download_url":"https://codeload.github.com/patak-dev/vite-rollup-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234678426,"owners_count":18870422,"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":["rollup-plugin","vite"],"created_at":"2024-10-03T11:04:35.753Z","updated_at":"2025-10-01T09:30:44.061Z","avatar_url":"https://github.com/patak-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡️ Vite Rollup Plugins 🍣\n\nA compatibility list and test playground\n\nhttps://vite-rollup-plugins.patak.dev\n\n\u003e [!IMPORTANT]\n\u003e This resource is archived and won't be updated anymore. Vite represents now more than 55% of the npm downloads of Rollup. To properly scale and keep the compat info always up-to-date it makes more sense for Rollup plugins to document their compatibility status directly in their docs.\n \n✅ status for each official plugin\n\n⚠️ enforce needed badge\n\n🛠️ install instructions\n\n🧪 compatible plugins are used in the page\n\n## Run it locally\n\nThese instructions will get you a copy of the project up and running on your local machine for development\n\n### Clone the repo\n\nUse ssh\n\n```bash\ngit clone git@github.com:matias-capeletto/vite-rollup-plugins.git\n```\n\nOr https\n\n```bash\ngit clone https://github.com/matias-capeletto/vite-rollup-plugins.git\n```\n\nIn the repo folder run\n\n```bash\nyarn\nyarn dev\n```\n\nYour dev server will start and be running at\n\n```bash\n  \u003e Local:    http://localhost:3000/\n```\n\nTo build\n\n```bash\nyarn build\n```\n\n## Contributing\n\nThis is work in progress, there are some official plugins that remain untested. PRs welcomed.\n\n### Adding a Plugin\nStart by adding your plugin to `src/plugins` folder. If you'd like your plugin to \ndisplay a test component, then create a new file for it as `YourPlugin.ts`. \nOtherwise you can add it to `OfficalPlugins.ts` if it is an offical plugin or \n`CommunityPlugins.ts` if it is a community plugin.\n\nWhen writing a plugin make sure you use the `definePlugin` function to define your plugin.\n\n**Example Plugin**\n```ts\nimport { definePlugin, PluginStatus, PluginCategory } from '~/util'\nimport PluginBeep from '~/components/official/PluginBeep.vue'\n\nexport default definePlugin({\n  name: 'beep',\n  description: 'System beeps on errors and warnings',\n  category: PluginCategory.Official,\n  status: PluginStatus.Compatible,\n  demo: PluginBeep,\n})\n```\n\n\n## Links\n\n- [Vite](https://github.com/vitejs/vite)\n- [Vite Plugin API](https://vitejs.dev/guide/api-plugin.html)\n- [Rollup plugins](https://github.com/rollup/plugins)\n- [Awesome Vite](https://github.com/vitejs/awesome-vite)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatak-dev%2Fvite-rollup-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatak-dev%2Fvite-rollup-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatak-dev%2Fvite-rollup-plugins/lists"}