{"id":15043278,"url":"https://github.com/cogor/vite-plugin-vue-remove-attributes","last_synced_at":"2026-02-07T17:30:53.879Z","repository":{"id":44953840,"uuid":"448519911","full_name":"cogor/vite-plugin-vue-remove-attributes","owner":"cogor","description":"Remove data attributes from SFC at build time","archived":false,"fork":false,"pushed_at":"2022-01-16T12:04:56.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T18:53:58.508Z","etag":null,"topics":["vitejs","vue"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cogor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-16T10:20:31.000Z","updated_at":"2025-04-22T10:35:34.000Z","dependencies_parsed_at":"2022-08-27T13:34:00.149Z","dependency_job_id":null,"html_url":"https://github.com/cogor/vite-plugin-vue-remove-attributes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cogor/vite-plugin-vue-remove-attributes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogor%2Fvite-plugin-vue-remove-attributes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogor%2Fvite-plugin-vue-remove-attributes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogor%2Fvite-plugin-vue-remove-attributes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogor%2Fvite-plugin-vue-remove-attributes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cogor","download_url":"https://codeload.github.com/cogor/vite-plugin-vue-remove-attributes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogor%2Fvite-plugin-vue-remove-attributes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29201064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T16:28:23.579Z","status":"ssl_error","status_checked_at":"2026-02-07T16:28:22.566Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["vitejs","vue"],"created_at":"2024-09-24T20:48:47.936Z","updated_at":"2026-02-07T17:30:53.861Z","avatar_url":"https://github.com/cogor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vite-plugin-vue-remove-attributes\nRemove data attributes from SFC at build time\n\n## 📦 Install\n\n```bash\nnpm i vite-plugin-vue-remove-attributes -D\n\n# yarn\nyarn add vite-plugin-vue-remove-attributes -D\n\n# pnpm\npnpm add vite-plugin-vue-remove-attributes -D\n```\n\n## 🦄 Usage\n\nAdd plugin to your vite.config.js\n\n```javascript\nimport { defineConfig } from \"vite\";\nimport removeAttrsPlugin from \"vite-plugin-vue-remove-attributes\";\n\nexport default defineConfig({\n  plugins: [\n    removeAttrsPlugin([\"test-id\"]) // By default [\"test-id\"]\n  ]\n});\n```\n\nInspired by [vue-cli-plugin-test-attrs](https://github.com/LinusBorg/vue-cli-plugin-test-attrs)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogor%2Fvite-plugin-vue-remove-attributes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcogor%2Fvite-plugin-vue-remove-attributes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogor%2Fvite-plugin-vue-remove-attributes/lists"}