登录 注册
当前位置:主页 > 资源下载 > 9 > gatsby-source-ghost:用于从Ghost公共API将数据提取到Gatsby.js中的源插件下载

gatsby-source-ghost:用于从Ghost公共API将数据提取到Gatsby.js中的源插件下载

  • 更新:2024-10-24 11:35:14
  • 大小:50KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

盖茨比幽灵 使用Ghost 将数据从提取到源插件。 演示: : 盖茨比入门者 文档: : 安装 yarn add gatsby-source-ghost npm install --save gatsby-source-ghost 如何使用 gatsby-config.js插件配置: { resolve: `gatsby-source-ghost`, options: { apiUrl: `https://.ghost.io`, contentApiKey: ``, version: `v3` // Ghost API version, optional, defaults to "v3". // Pass