{"id":29822384,"url":"https://github.com/nuxt-community/emotion-module","last_synced_at":"2025-07-29T01:03:19.898Z","repository":{"id":34099099,"uuid":"169907438","full_name":"nuxt-modules/emotion","owner":"nuxt-modules","description":"💖 Emotion module for Nuxt.js","archived":false,"fork":false,"pushed_at":"2025-07-21T21:32:34.000Z","size":1241,"stargazers_count":90,"open_issues_count":18,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-07-23T00:07:21.867Z","etag":null,"topics":["css-in-js","emotion","nuxt","nuxt-module","vue"],"latest_commit_sha":null,"homepage":"https://emotion.sh","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/nuxt-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-09T19:56:26.000Z","updated_at":"2025-04-30T13:30:36.000Z","dependencies_parsed_at":"2024-03-18T19:32:30.346Z","dependency_job_id":"b8e258d9-8499-4ad0-8909-98c4a7518b8e","html_url":"https://github.com/nuxt-modules/emotion","commit_stats":{"total_commits":64,"total_committers":8,"mean_commits":8.0,"dds":0.484375,"last_synced_commit":"8c376bde56c614be1611e65c9eae98167d4c1078"},"previous_names":["nuxt-community/emotion-module"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt-modules/emotion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Femotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Femotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Femotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Femotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/emotion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Femotion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267612616,"owners_count":24115494,"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-07-28T02:00:09.689Z","response_time":68,"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":["css-in-js","emotion","nuxt","nuxt-module","vue"],"created_at":"2025-07-29T01:01:28.865Z","updated_at":"2025-07-29T01:03:19.885Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cp align=\"center\" style=\"color: #343a40\"\u003e\n  \u003cimg src=\"https://cdn.rawgit.com/tkh44/emotion/master/emotion.png\" alt=\"emotion\" height=\"150\" width=\"150\"\u003e\n  \u003ch1 align=\"center\"\u003e@nuxtjs/emotion\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.com/package/@nuxtjs/emotion\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@nuxtjs/emotion/latest.svg?style=flat-square\" alt=\"npm version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/@nuxtjs/emotion\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/@nuxtjs/emotion.svg?style=flat-square\" alt=\"npm downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/nuxt-community/emotion-module/actions?query=workflow%3Aci\"\u003e\u003cimg src=\"https://github.com/nuxt-community/emotion-module/workflows/ci/badge.svg\" alt=\"circle ci\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/nuxt-community/emotion-module\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/nuxt-community/emotion-module.svg?style=flat-square\" alt=\"coverage\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/@nuxtjs/emotion\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@nuxtjs/emotion.svg?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e [Emotion](https://emotion.sh) module for [Nuxt.js](https://nuxtjs.org)\n\n## Features\n\n- Server Side Rendering (**SSR**)\n- Critical Path CSS with Hydration\n- Hot Reloads (**HMR**)\n- Style inlining\n- Minification\n- Dead Code Elimination\n- Source Maps\n- Contextual Class Names\n\n[📖 **Release Notes**](./CHANGELOG.md)\n\n## Setup\n\n1. Add `@nuxtjs/emotion` dependency to your project\n\n```bash\nyarn add @nuxtjs/emotion # or npm install @nuxtjs/emotion\n```\n\n2. Add `@nuxtjs/emotion` to the `modules` section of `nuxt.config.js`\n\n```js\nexport default {\n  modules: [\n    '@nuxtjs/emotion',\n  ]\n}\n```\n\n## Nuxt 2\nNuxt 2 is supported with `@nuxtjs/emotion@0.1.0`, Documentation is on https://github.com/nuxt-community/emotion-module/tree/v0 and the code on the [`v0`](https://github.com/nuxt-community/emotion-module/tree/v0) branch.\n\n## Development\n\n- Clone this repository\n- Install dependencies using `yarn install` or `npm install`\n- Start development server using `npm run dev`\n\n## License\n\n[MIT License](./LICENSE)\n\nCopyright (c) Nuxt Community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-community%2Femotion-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-community%2Femotion-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-community%2Femotion-module/lists"}