{"id":15601786,"url":"https://github.com/codebender828/nuxt.emotion","last_synced_at":"2025-04-08T14:17:47.321Z","repository":{"id":65393417,"uuid":"591575040","full_name":"codebender828/nuxt.emotion","owner":"codebender828","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-21T09:40:39.000Z","size":239,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T14:50:39.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codebender828.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}},"created_at":"2023-01-21T06:15:51.000Z","updated_at":"2023-04-04T19:46:50.000Z","dependencies_parsed_at":"2023-02-12T09:00:48.504Z","dependency_job_id":null,"html_url":"https://github.com/codebender828/nuxt.emotion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebender828%2Fnuxt.emotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebender828%2Fnuxt.emotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebender828%2Fnuxt.emotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebender828%2Fnuxt.emotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebender828","download_url":"https://codeload.github.com/codebender828/nuxt.emotion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856545,"owners_count":21007621,"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","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-10-03T02:25:13.027Z","updated_at":"2025-04-08T14:17:47.277Z","avatar_url":"https://github.com/codebender828.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"color: #343a40\"\u003e\n  \u003c!-- \u003cimg src=\"https://cdn.rawgit.com/tkh44/emotion/master/emotion.png\" alt=\"emotion\" height=\"150\" width=\"150\"\u003e --\u003e\n  \u003ch1 align=\"center\"\u003e@vable/nuxt.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\n**IMPORTANT NOTE:** This module requires new hooks that works with nuxt `2.5.0` or `nuxt-edge` only.\n\n1. Add `@vable/nuxt.emotion` dependency to your project\n\n```bash\nyarn add @vable/nuxt.emotion # or npm install @vable/nuxt.emotion\n```\n\n2. Add `@vable/nuxt.emotion` to the `modules` section of `nuxt.config.js`\n\n```js\nexport default {\n  modules: [\n    '@vable/nuxt.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%2Fcodebender828%2Fnuxt.emotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebender828%2Fnuxt.emotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebender828%2Fnuxt.emotion/lists"}