GraphCMS⨯盖茨比
本示例演示了如何使用gatsby-source-graphql从GraphCMS查询数据。
•
如何使用
手动下载
npx create-gcms-app with-gatsby
安装并运行:
cd with-gatsby
npm install
npm run dev
# or
cd with-gatsby
yarn
yarn dev
在Codesandbox上运行
GraphCMS⨯React.js
该示例演示了如何使用graphql-request从GraphCMS查询。
•
如何使用
手动下载
npx degit graphcms/graphcms-examples/with-reactjs with-reactjs
安装并运行:
cd with-react-js
npm install
npm run dev
# or
cd with-react-js
yarn
yarn dev
在Codesandbox上运行