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 developFor production
gridsome buildThis will copy anything from ./static into ./dist as well as populate ./dist with the generated pages to host.
Last updated
Was this helpful?