项目作者: humanseelabs

项目描述 :
Sample code for the article https://medium.com/humanseelabs/gatsby-v2-with-a-multi-language-search-plugin-ffc5e04f73bc demonstrating gatsby-plugin-lunr usage with Gatsby2.
高级语言: CSS
项目地址: git://github.com/humanseelabs/gatsby-plugin-lunr-sample.git
创建时间: 2018-07-11T15:29:49Z
项目社区:https://github.com/humanseelabs/gatsby-plugin-lunr-sample

开源协议:MIT License

下载


gatsby-plugin-lunr-sample

Sample code demonstrating gatsby-plugin-lunr usage with Gatsby2

Medium

Medium

Install

Make sure that you have the Gatsby CLI program installed:

  1. npm install --global gatsby-cli

And run from your CLI:

  1. gatsby new my-default-project https://github.com/gatsbyjs/gatsby-starter-default#v2

Then you can run it by:

  1. cd my-default-project
  2. gatsby develop