フリーランス 技術調査ブログ

フリーランス/エンジニア Ruby Python Nodejs Vuejs React Dockerなどの調査技術調査の備忘録

gatsbyjs

gatsbyjsでGraphQL Playgroundを利用とmarkdownのデータを取得する

GraphQL Playgroundを利用する 参考記事 www.gatsbyjs.com package.jsonファイルの変更 package.jsonファイルのdevelopコマンドを"develop": "gatsby develop"から下記のように書き換える "scripts": { "build": "gatsby build", "develop": "GATSBY_GRAPHQL…

gatsbyjsにmaterial-uiを適用する

はじめに - gatsbyの環境を構築したので、gatsbyのレイアウトにmaterial-uiを適用してみる px-wing.hatenablog.com 参考ページ material-ui.com material-ui.com インストール yarn add @material-ui/core yarn add @material-ui/icons コード pages/index.j…