https://github.com/calebanthony/gridsome-bulma
A Gridsome starter with Bulma
https://github.com/calebanthony/gridsome-bulma
bulma gridsome
Last synced: about 1 month ago
JSON representation
A Gridsome starter with Bulma
- Host: GitHub
- URL: https://github.com/calebanthony/gridsome-bulma
- Owner: calebanthony
- Created: 2019-05-20T13:44:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T18:16:46.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:28:37.455Z (9 months ago)
- Topics: bulma, gridsome
- Language: SCSS
- Homepage:
- Size: 4.81 MB
- Stars: 25
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bulma - gridsome-bulma - A Gridsome starter with Bulma (Resources / Starters)
README
# 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 🎉🙌## Contributing
Fork the repo and run `docker-compose up` to enable the development environment.## License
[MIT](http://opensource.org/licenses/MIT)