1. 首页
  2. 数据库
  3. 其它
  4. gatsby source github api:从Github API v4将数据拉入Gatsby 源码

gatsby source github api:从Github API v4将数据拉入Gatsby 源码

上传者: 2021-02-18 14:47:36上传 ZIP文件 68.14KB 热度 20次
gatsby-source-github-api 用于从官方GitHub v4 将数据提取到Gatsby中的源插件。 安装 npm i gatsby-source-github-api 如何使用 遵循GitHub指南 。 完成后,要么创建一个gatsby-config.js文件,要么打开您已经拥有的文件。 在其中,您要添加此插件,并至少在options对象中添加令牌: // In your gatsby-config.js plugins: [ { resolve : `gatsby-source-github-api` , options : { /
用户评论