{"id":13649250,"url":"https://github.com/vuejs/rollup-plugin-vue","last_synced_at":"2025-09-30T04:32:00.789Z","repository":{"id":41366128,"uuid":"50274171","full_name":"vuejs/rollup-plugin-vue","owner":"vuejs","description":"Roll .vue files","archived":true,"fork":false,"pushed_at":"2022-01-18T14:38:11.000Z","size":17246,"stargazers_count":843,"open_issues_count":70,"forks_count":148,"subscribers_count":30,"default_branch":"next","last_synced_at":"2025-09-21T18:48:31.336Z","etag":null,"topics":["rollup","vue"],"latest_commit_sha":null,"homepage":"https://vuejs.github.io/rollup-plugin-vue","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/vuejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"open_collective":"vuejs","patreon":"evanyou","github":["yyx990803","znck"]}},"created_at":"2016-01-24T05:46:15.000Z","updated_at":"2025-07-31T14:23:26.000Z","dependencies_parsed_at":"2022-09-05T11:41:37.640Z","dependency_job_id":null,"html_url":"https://github.com/vuejs/rollup-plugin-vue","commit_stats":null,"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"purl":"pkg:github/vuejs/rollup-plugin-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Frollup-plugin-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Frollup-plugin-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Frollup-plugin-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Frollup-plugin-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vuejs","download_url":"https://codeload.github.com/vuejs/rollup-plugin-vue/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Frollup-plugin-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277632340,"owners_count":25850732,"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","status":"online","status_checked_at":"2025-09-30T02:00:09.208Z","response_time":75,"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":["rollup","vue"],"created_at":"2024-08-02T01:04:52.939Z","updated_at":"2025-09-30T04:32:00.445Z","avatar_url":"https://github.com/vuejs.png","language":"TypeScript","funding_links":["https://opencollective.com/vuejs","https://patreon.com/evanyou","https://github.com/sponsors/yyx990803","https://github.com/sponsors/znck"],"categories":["TypeScript","Plugins"],"sub_categories":["Frameworks"],"readme":"# Archived\n\nThis is no longer maintained. Use [Vite](https://vitejs.dev/) and [`@vitejs/plugin-vue`](https://github.com/vitejs/vite/tree/main/packages/plugin-vue) instead.\n\n---\n\n# rollup-plugin-vue@next\n\n\u003e Roll Vue 3 SFCs with Rollup.\n\n\n``` js\nimport vuePlugin from 'rollup-plugin-vue'\n\nexport default {\n  plugins: [\n    vuePlugin(/* options */)\n  ]\n}\n```\n\n## Options\n\n``` js\nexport interface Options {\n  include: string | RegExp | (string | RegExp)[]\n  exclude: string | RegExp | (string | RegExp)[]\n\n  // use 'node' if compiling for SSR\n  target: 'node' | 'browser'\n\n  // if true, will attach __file to component even in production.\n  // defaults to false.\n  exposeFilename: boolean\n\n  // if true, handle preprocessors directly instead of delegating to other\n  // rollup plugins\n  // defaults to false.\n  preprocessStyles?: boolean\n  cssModulesOptions?: {\n    // https://github.com/css-modules/postcss-modules#usage\n  }\n\n  // these are simply passed on to @vue/compiler-sfc\n  compiler\n  compilerOptions\n  transformAssetUrls\n  preprocessCustomRequire\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuejs%2Frollup-plugin-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvuejs%2Frollup-plugin-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuejs%2Frollup-plugin-vue/lists"}