gpike / gridsome-bulma

A Gridsome starter with Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gridsome Bulma Starter

A baseline Gridsome starter to get you going with Bulma.

Features

  • Bulma!
  • Markdown for content.
  • ESLint (AirBnB base) with Vue and Babel integration.
  • Git Hooks for linting before committing.
  • Perfect score on Google Lighthouse.

Demo

https://calebanthony.github.io/gridsome-bulma

Install

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Install this starter

  1. gridsome create my-gridsome-site https://github.com/calebanthony/gridsome-bulma.git
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start local dev server at http://localhost:8080
  4. Happy coding 🎉🙌

About

A Gridsome starter with Bulma


Languages

Language:CSS 40.3%Language:Vue 38.9%Language:JavaScript 14.7%Language:HTML 6.1%