craftcms/gatsby-helper

一个插件,用于启用对 Gatsby Craft CMS 源插件的兼容支持。

安装数: 12,597

依赖: 0

推荐者: 0

安全: 0

星标: 15

关注者: 7

分支: 6

开放问题: 5

类型:craft-plugin

2.1.0 2024-03-21 23:02 UTC

README

Gatsby logo

Gatsby Helper

此插件启用了对 gatsby-source-craft Gatsby 源插件的兼容支持。两者结合,为 Craft CMS 和 Gatsby 提供了集成。

需求

此插件需要 Craft CMS 4.0.0+ 或 5.0.0+。

安装

您可以从插件商店或使用 Composer 安装此插件。

从插件商店

在项目的控制面板中导航到插件商店,搜索“Gatsby Helper”。然后在它的模态窗口中选择 安装

使用 Composer

打开终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/gatsby-helper

# tell Craft to install the plugin
./craft install/plugin gatsby-helper

有关使用 Gatsby 项目配置插件的更多信息,请参阅 gatsby-source-craft 文档:https://github.com/craftcms/gatsby-source-craft