Gatsby: Initial Setup

 20th August 2020 at 2:19pm

自动方式:使用我做的 gatsby-template

手工方式:

  1. 安装 Gatsby CLI
    npm install -g gatsby-cli
  2. 新建工程
    gatsby new <project-name> https://github.com/gatsbyjs/gatsby-starter-hello-world
  3. 配置 以绝对路径方式去 import
  4. 整合 TailwindCSSBulma