0.1.0 ā€¢ Published 5 years ago

gridsome-source-wombat v0.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

Gridsome source plugin for Wombat, the flat-file headless CMS

šŸ  Homepage

Install

yarn add gridsome-source-wombat

Usage

export default {
  plugins: [
    {
      use: 'gridsome-source-wombat',
      options: {
        apiUrl: 'http://localhost:3000',
        contentTypes: [
          { name: 'home', type: 'entity' },
          { name: 'el-blogo', type: 'collection', lang: 'es' }
        ]
      }
    }
  ]
}

Run tests

yarn test

Author

šŸ‘¤ Daniel Sieradski hello@self.agency

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

0.1.0

5 years ago