{"id":18534791,"url":"https://github.com/atomicojs/vite","last_synced_at":"2025-09-05T05:38:51.116Z","repository":{"id":41113704,"uuid":"477478065","full_name":"atomicojs/vite","owner":"atomicojs","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-05T18:29:17.000Z","size":344,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T23:59:34.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/atomicojs.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}},"created_at":"2022-04-03T22:09:38.000Z","updated_at":"2024-06-05T18:29:21.000Z","dependencies_parsed_at":"2023-11-12T09:35:20.245Z","dependency_job_id":"0a73f3f0-135e-4389-adb2-4e122b73135a","html_url":"https://github.com/atomicojs/vite","commit_stats":{"total_commits":274,"total_committers":4,"mean_commits":68.5,"dds":"0.34671532846715325","last_synced_commit":"b0de440128fc2b17d3a2613db070e8abe9330a17"},"previous_names":["atomicojs/plugin-vite"],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/atomicojs/vite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicojs%2Fvite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicojs%2Fvite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicojs%2Fvite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicojs%2Fvite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomicojs","download_url":"https://codeload.github.com/atomicojs/vite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicojs%2Fvite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273400576,"owners_count":25098788,"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-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2024-11-06T19:16:57.457Z","updated_at":"2025-09-05T05:38:51.095Z","avatar_url":"https://github.com/atomicojs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @atomico/plugin-vite\n\n## this package is now called [@atomico/vite](https://github.com/atomicojs/vite)\n\nconfiguration for Vite + Atomico, this plugin sets the necessary configuration to use Atomico + Jsx within vite.\n\n## Usage\n\n```jsx\nimport { defineConfig } from \"vite\";\nimport atomico from \"@atomico/plugin-vite\";\n\nexport default defineConfig({\n\tbuild: {\n\t\ttarget: \"esnext\",\n\t\tlib: {},\n\t},\n\tplugins: [\n\t\t...atomico({\n\t\t\tjsx: true, // default true\n\t\t\tcssLiterals: {\n\t\t\t\tminify: true, // default false\n\t\t\t\tpostcss: true, // default false\n\t\t\t},\n\t\t}),\n\t],\n});\n```\n\n## CLI\n\nThis package incorporates a CLI to facilitate the export of libraries through vite, example:\n\n```bash\natomico-vite src/**/*\n# alias\nlibrary src/**/*\n```\n\nThe above script will create the files according to your current vite.config.js configuration, but in a directory called `lib` and with a simple name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicojs%2Fvite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomicojs%2Fvite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicojs%2Fvite/lists"}