Gridsome

Vue.js-powered static site generator

Notes

Create a new site with

gridsome create <project>

Start development server in the project root (ie cd <project> after create)

gridsome develop

For production

gridsome build

This will copy anything from ./static into ./dist as well as populate ./dist with the generated pages to host.

Last updated