Nuxt Nation 大会即将到来。加入我们,时间为 11 月 12 日至 13 日。

emotion
@nuxtjs/emotion

Nuxt 的下一代 CSS-in-JS

emotion

@nuxtjs/emotion

npm version npm downloads circle ci coverage License

适用于 Nuxt.jsEmotion 模块

功能

  • 服务器端渲染 (SSR)
  • 带水合的临界路径 CSS
  • 热重载 (HMR)
  • 内联样式
  • 压缩
  • 死代码消除
  • 源代码映射
  • 上下文类名

📖 发行说明

设置

  1. @nuxtjs/emotion 依赖项添加到您的项目中
yarn add @nuxtjs/emotion # or npm install @nuxtjs/emotion
  1. @nuxtjs/emotion 添加到 nuxt.config.jsmodules 部分
export default {
  modules: [
    '@nuxtjs/emotion',
  ]
}

Nuxt 2

Nuxt 2 支持 @nuxtjs/[email protected],文档位于 https://github.com/nuxt-community/emotion-module/tree/v0,代码位于 v0 分支。

开发

  • 克隆此存储库
  • 使用 yarn installnpm install 安装依赖项
  • 使用 npm run dev 启动开发服务器

许可证

MIT 许可证

版权所有 (c) Nuxt 社区