- Server Side Rendering (SSR)
- Critical Path CSS with Hydration
- Hot Reloads (HMR)
- Style inlining
- Minification
- Dead Code Elimination
- Source Maps
- Contextual Class Names
- Add
@nuxtjs/emotiondependency to your project
yarn add @nuxtjs/emotion # or npm install @nuxtjs/emotion- Add
@nuxtjs/emotionto themodulessection ofnuxt.config.js
export default {
modules: [
'@nuxtjs/emotion',
]
}Nuxt 2 is supported with @nuxtjs/[email protected], Documentation is on https://github.com/nuxt-community/emotion-module/tree/v0 and the code on the v0 branch.
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
Copyright (c) Nuxt Community
