Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashhitch/gatsby-plugin-page-data-preview
gatsby plugin to preview page data
https://github.com/ashhitch/gatsby-plugin-page-data-preview
Last synced: about 2 months ago
JSON representation
gatsby plugin to preview page data
- Host: GitHub
- URL: https://github.com/ashhitch/gatsby-plugin-page-data-preview
- Owner: ashhitch
- Created: 2022-02-07T14:00:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T17:42:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T00:47:02.312Z (about 2 months ago)
- Language: CSS
- Size: 1.26 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gatsby plugin page data preview
> A little helper plugin that visualises your Gatsby Page Data in a super handy pullout blade.
- Page Data
- Page Context
- SSR Data![Demo screen](demo.png)
View it in action here: [Demo Link](https://pagedatapreview.gatsbyjs.io)
## How to install
`npm install gatsby-plugin-page-data-preview`
or
`yarn add gatsby-plugin-page-data-preview`
## How to use
```
module.exports = {
plugins: [
{
resolve: `gatsby-plugin-page-data-preview`,
options: {
onlyDev: false, // defaults to true (only show in develop)
},
},
],
}
```## Questions, Feedback and Suggestions
If you have any questions, feedback or suggestions head on over to [discussions](https://github.com/ashhitch/gatsby-plugin-page-data-preview/discussions).
## Found a bug?
If you find a bug please open an [issue](https://github.com/ashhitch/gatsby-plugin-page-data-preview/issues) and/or create a pull request to fix it.