DocsStartersPluginsBlog
v0.7.8
Core Repository Core Changelog Core Issues Gridsome Roadmap Website Repository

Prologue

Introduction Core concepts Fast by default Deployment

Basic Gridsome

Directory structure Project configuration Pages Collections Templates Layouts Components Linking Dynamic Routing Image processing Populating <head> Environment Variables

Working with data

GraphQL data layer Importing data Querying data Filtering data Taxonomy pages Paginate data Global metadata Client-side data

Styles and Assets

Use CSS in Gridsome Add custom fonts Add external scripts Add SVG icons

Guides

Add a form Add a search * Add comments Add Netlify CMS Overriding index.html Overriding App.vue Page transitions body & html attributes

API Reference

Gridsome CLI Server API Data store API Schema API Pages API Client API Transformer API

Deploy

Netlify AWS Amplify ZEIT Now Amazon S3 GitLab Pages Github Pages Google Cloud Platform

Contribute

How to contribute How to create a plugin Code of conduct

Help

Prerequisites How to upgrade Troubleshooting Dev tools FAQ

#Troubleshooting

#Debugging hydration errors

Vue fails silently in production mode and doesn't give a warning about where hydration failed. Set mode to development in chainWebpack to activate warnings:

chainWebpack (config) {
  config.mode('development')
}

#Problems after an upgrade

If you have problems after upgrading try remove .cache and node_modules folder and run yarn again.

Edit this page on GitHub

← How to upgrade
Dev tools →