@gridsome/source-strapi

0.2.0 • Public • Published

@gridsome/source-strapi

Strapi source for Gridsome

Install

  • yarn add @gridsome/source-strapi
  • npm install @gridsome/source-strapi

Usage

export default {
  plugins: [
    {
      use: '@gridsome/source-strapi',
      options: {
        apiURL: 'http://localhost:1337',
        queryLimit: 1000, // Defaults to 100
        contentTypes: ['article', 'user'],
        singleTypes: ['impressum'],
        // Possibility to login with a Strapi user,
        // when content types are not publicly available (optional).
        loginData: {
          identifier: '',
          password: ''
        }
      }
    }
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    26
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    26
  • 0.1.0
    0

Package Sidebar

Install

npm i @gridsome/source-strapi

Weekly Downloads

26

Version

0.2.0

License

none

Unpacked Size

6.33 kB

Total Files

6

Last publish

Collaborators

  • hjvedvik