Gridsome boilerplate

Netlify Status

This is a JAMstack boilerplate using Gridsome that comes with many features out of the box. It utilizes Bootstrap that is well known for powerful styling and layout. Ready to be deployed, automagically imports data to CMS and sets up your /admin page for easy access to edit your content.

It is designed to use Netlify and Github which all have very fair free tier to their services, so you wont need to pay for monthly subscriptions and costly hosting fees.

Features

This starter project includes some of the latest powerful technologies.

  • Gridsome - Vue.js & GraphQL powered framework genrating static files.
  • Bootstrap & Bootstrap Vue - Powerful styling and layout with styled Vue components.
  • Sass - Professional grade CSS extension with many features.
  • Markdown - Easy and widely used format for writing content.
  • Netlify CMS - CMS that uses the GitHub repo for storage.
  • Netlify forms - Netlify forms ready to be used after deployment.
  • Google Analytics - Just add your tracking ID in the config.
  • Sitemap generator - Automatically generates a sitemap.xml file.

NPM tasks

"dev": "gridsome develop",      // Dev server
"build": "gridsome build",      // Build to /dist
"explore": "gridsome explore"   // GraphQL explorer

Further research