{"id":29095040,"url":"https://github.com/rspack-contrib/rsbuild-plugin-unplugin-vue","last_synced_at":"2025-06-28T10:07:23.419Z","repository":{"id":294223313,"uuid":"983267208","full_name":"rspack-contrib/rsbuild-plugin-unplugin-vue","owner":"rspack-contrib","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-19T12:00:07.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-19T13:23:26.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rspack-contrib.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,"zenodo":null}},"created_at":"2025-05-14T06:11:54.000Z","updated_at":"2025-05-19T12:00:11.000Z","dependencies_parsed_at":"2025-05-19T13:23:44.061Z","dependency_job_id":"d7f52012-03ab-405a-b9f7-004d0cf09d84","html_url":"https://github.com/rspack-contrib/rsbuild-plugin-unplugin-vue","commit_stats":null,"previous_names":["rspack-contrib/rsbuild-plugin-unplugin-vue"],"tags_count":0,"template":false,"template_full_name":"rspack-contrib/rsbuild-plugin-template","purl":"pkg:github/rspack-contrib/rsbuild-plugin-unplugin-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspack-contrib%2Frsbuild-plugin-unplugin-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspack-contrib%2Frsbuild-plugin-unplugin-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspack-contrib%2Frsbuild-plugin-unplugin-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspack-contrib%2Frsbuild-plugin-unplugin-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rspack-contrib","download_url":"https://codeload.github.com/rspack-contrib/rsbuild-plugin-unplugin-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rspack-contrib%2Frsbuild-plugin-unplugin-vue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262412211,"owners_count":23306875,"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":"2025-06-28T10:06:40.961Z","updated_at":"2025-06-28T10:07:23.408Z","avatar_url":"https://github.com/rspack-contrib.png","language":"TypeScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Rsbuild Plugins"],"readme":"# rsbuild-plugin-unplugin-vue\n\nRsbuild plugin that integrates [unplugin-vue](https://github.com/unplugin/unplugin-vue) for Vue SFC compilation. Works seamlessly with both [Rsbuild](https://rsbuild.dev) and [Rslib](https://lib.rslib.dev). This plugin could be used with Rsbuild project as an alternative to [@rsbuild/plugin-vue](https://rsbuild.dev/guide/framework/vue).\n\n\u003e [!CAUTION]\n\u003e HMR is not supported with Rsbuild yet. Track the issue [here](https://github.com/unplugin/unplugin-vue/issues/162). This plugin is mainly used for building Vue components with Rslib as of now.\n\nThis plugin is recommended for projects using Rslib to build Vue components for the time being.\n\n\u003cp\u003e\n  \u003ca href=\"https://npmjs.com/package/rsbuild-plugin-unplugin-vue\"\u003e\n   \u003cimg src=\"https://img.shields.io/npm/v/rsbuild-plugin-unplugin-vue?style=flat-square\u0026colorA=564341\u0026colorB=EDED91\" alt=\"npm version\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square\u0026colorA=564341\u0026colorB=EDED91\" alt=\"license\" /\u003e\n  \u003ca href=\"https://npmcharts.com/compare/rsbuild-plugin-unplugin-vue?minimal=true\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/rsbuild-plugin-unplugin-vue.svg?style=flat-square\u0026colorA=564341\u0026colorB=EDED91\" alt=\"downloads\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Usage\n\nInstall:\n\n```bash\nnpm add rsbuild-plugin-unplugin-vue -D\n```\n\nAdd plugin to your `rsbuild.config.ts`:\n\n```ts\n// rsbuild.config.ts / rslib.config.ts\nimport { pluginUnpluginVue } from 'rsbuild-plugin-unplugin-vue'\n\nexport default {\n  plugins: [pluginUnpluginVue()],\n}\n```\n\n## Options\n\n### unpluginVueOptions\n\nSome description.\n\n- Type: `import('unplugin-vue/api').Options`\n- Default: `undefined`\n- Example:\n\n```js\npluginUnpluginVue({\n  unpluginVueOptions: {\n    include: ['**/*.vue'],\n  },\n})\n```\n\n## License\n\n[MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frspack-contrib%2Frsbuild-plugin-unplugin-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frspack-contrib%2Frsbuild-plugin-unplugin-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frspack-contrib%2Frsbuild-plugin-unplugin-vue/lists"}