{"id":27268043,"url":"https://github.com/jh0rman/bun-plugin-vue","last_synced_at":"2026-01-22T07:02:14.080Z","repository":{"id":257812763,"uuid":"868442677","full_name":"jh0rman/bun-plugin-vue","owner":"jh0rman","description":"a Bun plugin for Vue 3","archived":false,"fork":false,"pushed_at":"2025-05-26T05:18:23.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T08:58:13.458Z","etag":null,"topics":["bun","plugin","vue3"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/bun-plugin-vue3","language":"TypeScript","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/jh0rman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-10-06T12:01:41.000Z","updated_at":"2025-10-09T11:36:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"3557f68c-314e-4d4d-a2a6-b2b151d81f71","html_url":"https://github.com/jh0rman/bun-plugin-vue","commit_stats":null,"previous_names":["qharin/bun-plugin-vue","jh0rman/bun-plugin-vue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jh0rman/bun-plugin-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jh0rman%2Fbun-plugin-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jh0rman%2Fbun-plugin-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jh0rman%2Fbun-plugin-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jh0rman%2Fbun-plugin-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jh0rman","download_url":"https://codeload.github.com/jh0rman/bun-plugin-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jh0rman%2Fbun-plugin-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28657544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bun","plugin","vue3"],"created_at":"2025-04-11T10:58:59.828Z","updated_at":"2026-01-22T07:02:14.074Z","avatar_url":"https://github.com/jh0rman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bun-plugin-vue3\n\nA Bun plugin for [Vue 3](https://vuejs.org/) Single File Components.\n\n[![NPM version][npm-version-image]][npm-url]\n[![install size](https://packagephobia.com/badge?p=bun-plugin-vue3)](https://packagephobia.com/result?p=bun-plugin-vue3)\n![NPM Downloads][npm-downloads-image]\n\n## Installation\n\n```sh\nbun add -D bun-plugin-vue3\n```\n\n## Dev Server Usage\n\n`bun-plugin-vue3` integrates with Bun's [Fullstack Dev Server](https://bun.sh/docs/bundler/fullstack), giving you HMR when developing your Vue app.\n\nStart by registering it in your [bunfig.toml](https://bun.sh/docs/runtime/bunfig):\n\n```toml\n[serve.static]\nplugins = [\"bun-plugin-vue3\"]\n```\n\nThen start your dev server:\n\n```sh\nbun index.html\n```\n\n## Bundler Usage\n\n`bun-plugin-vue3` lets you bundle Vue components with [`Bun.build`](https://bun.sh/docs/bundler).\n\n```ts\n// build.ts\n// to use: bun build.ts\nimport { pluginVue3 } from 'bun-plugin-vue3'\n\nawait Bun.build({\n  entrypoints: ['./index.html'],\n  outdir: './dist',\n  plugins: [\n    pluginVue3({\n      isProduction: false, // Enable for production builds\n    }),\n  ],\n})\n```\n\n## Development\n\n### Setup\n\n```bash\ngit clone https://github.com/jh0rman/bun-plugin-vue.git\ncd bun-plugin-vue\nbun install\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n[npm-version-image]: https://img.shields.io/npm/v/bun-plugin-vue3.svg\n[npm-url]: https://npmjs.org/package/bun-plugin-vue3\n[npm-downloads-image]: https://img.shields.io/npm/dm/bun-plugin-vue3.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjh0rman%2Fbun-plugin-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjh0rman%2Fbun-plugin-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjh0rman%2Fbun-plugin-vue/lists"}