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

#How to upgrade

Follow one of these steps to upgrade Gridsome to latest version.

  • With yarn run yarn upgrade gridsome --latest
  • With npm run npm install gridsome@latest

#Problems after upgrading

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

Edit this page on GitHub

← Prerequisites
Troubleshooting →