1. 首页
  2. 数据库
  3. 其它
  4. starter project gatsby strapi portfolio 2020 源码

starter project gatsby strapi portfolio 2020 源码

上传者: 2021-03-25 20:28:25上传 ZIP文件 7.29MB 热度 17次
设置说明 所有组件准备就绪(包括进口) 使用main.css-减少导入 限制组件数量-更好的概述 React图标 [React图标] import { FaHome } from "react-icons/fa" const Component = ( ) => { return < FaHome xss=removed> < / FaHome > } 使用常量以避免重复。 确保您的Strapi应用程序中存在此类内容类型。或者在gatsby-config.js中替换/删除它们 { resolve : `gatsby-source-strapi` , options : { apiURL : `http://localhost:1337` , queryLimit : 1000 , // Default to 1
用户评论