@nuxtjs/emotion dependency to your projectyarn add @nuxtjs/emotion # or npm install @nuxtjs/emotion
@nuxtjs/emotion to the modules section of nuxt.config.jsexport default {
modules: [
'@nuxtjs/emotion',
]
}
Nuxt 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 branch.
yarn install or npm installnpm run devCopyright (c) Nuxt Community