{"id":37163366,"url":"https://github.com/vobyjs/voby-vite","last_synced_at":"2026-01-14T19:25:40.445Z","repository":{"id":57690101,"uuid":"489617013","full_name":"vobyjs/voby-vite","owner":"vobyjs","description":"The official Voby plugin for Vite.","archived":false,"fork":false,"pushed_at":"2024-04-02T12:48:57.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-20T04:55:20.246Z","etag":null,"topics":["bundler","plugin","vite","voby"],"latest_commit_sha":null,"homepage":"","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/vobyjs.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}},"created_at":"2022-05-07T08:35:00.000Z","updated_at":"2023-12-23T05:04:01.000Z","dependencies_parsed_at":"2024-01-23T20:19:29.597Z","dependency_job_id":"48bc14df-f2c6-41f3-a1ca-0b42737648d1","html_url":"https://github.com/vobyjs/voby-vite","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"d043ab32fd922b0e25caf1b715ba54dfa67d9f4f"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/vobyjs/voby-vite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobyjs%2Fvoby-vite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobyjs%2Fvoby-vite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobyjs%2Fvoby-vite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobyjs%2Fvoby-vite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vobyjs","download_url":"https://codeload.github.com/vobyjs/voby-vite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vobyjs%2Fvoby-vite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":["bundler","plugin","vite","voby"],"created_at":"2026-01-14T19:25:39.762Z","updated_at":"2026-01-14T19:25:40.412Z","avatar_url":"https://github.com/vobyjs.png","language":"TypeScript","funding_links":[],"categories":["First-Party"],"sub_categories":[],"readme":"# Voby Vite\n\nThe official Voby plugin for [Vite](https://vitejs.dev).\n\n## Install\n\n```sh\nnpm install --save voby-vite\n```\n\n## Usage\n\n```ts\nimport {defineConfig} from 'vite';\nimport voby from 'voby-vite';\n\nconst config = defineConfig ({\n  plugins: [\n    voby ({\n      hmr: { // HMR-related options\n        enabled: ( process.env.NODE_ENV !== 'production' ), // Whether HMR is enabled or not\n        filter: /\\.(jsx|tsx)$/ // Regex matching the files containing components to enable HMR for\n      }\n    })\n  ]\n});\n\nexport default config;\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvobyjs%2Fvoby-vite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvobyjs%2Fvoby-vite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvobyjs%2Fvoby-vite/lists"}