Gridsome
Vue.js-powered static site generator
Notes
Create a new site with
Start development server in the project root (ie cd <project>
after create
)
For production
This will copy anything from ./static
into ./dist
as well as populate ./dist
with the generated pages to host.
Last updated
Was this helpful?