📌  相关文章
📜  如何在 gatsby 中安装情感 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:30.606000             🧑  作者: Mango

代码示例1
#Copy code to clipboard
npm install --save gatsby-plugin-emotion @emotion/core @emotion/styled

# Yarn
yarn add gatsby-plugin-emotion @emotion/core @emotion/styled