gridsome-source-wombat

Gridsome source plugin for Wombat

Usage no npm install needed!

<script type="module">
  import gridsomeSourceWombat from 'https://cdn.skypack.dev/gridsome-source-wombat';
</script>

README

Welcome to gridsome-source-wombat 👋

Version Twitter: selfagency_llc

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