All Projects → loke-dev → gridsome-starter-bootstrap

loke-dev / gridsome-starter-bootstrap

Licence: other
🅱 Gridsome starter with bootstrap vue

Programming Languages

Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to gridsome-starter-bootstrap

gridsome-starter-liebling
Gridsome starter based on the Liebling theme for Ghost. Content is added via markdown, while Tailwind CSS is used for the layout/styling.
Stars: ✭ 21 (+10.53%)
Mutual labels:  starter, gridsome
gridsome-starter-resume
💾 Gridsome starter resume with bootstrap
Stars: ✭ 17 (-10.53%)
Mutual labels:  starter, gridsome
first-pr-repo
A step by step guide to help people make their first Pull Request
Stars: ✭ 29 (+52.63%)
Mutual labels:  starter
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+352.63%)
Mutual labels:  starter
ng2-start
Minimal Angular2 starter with webpack
Stars: ✭ 34 (+78.95%)
Mutual labels:  starter
gridsome-source-shopify
Shopify source plugin for Gridsome
Stars: ✭ 15 (-21.05%)
Mutual labels:  gridsome
angular-gulp-starter
Simple dev/prod build for Angular (2+) using gulp, systemjs, rollup, ngc (AOT), scss, Visual Studio
Stars: ✭ 18 (-5.26%)
Mutual labels:  starter
built-with-gridsome
Showcase of projects built with Gridsome 💚
Stars: ✭ 22 (+15.79%)
Mutual labels:  gridsome
awesome-gridsome
A curated list of awesome things related to Gridsome
Stars: ✭ 66 (+247.37%)
Mutual labels:  gridsome
go-postgres-react-starter
A go, postgres API with basic jwt auth starter, complete with a react frontend
Stars: ✭ 166 (+773.68%)
Mutual labels:  starter
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+152.63%)
Mutual labels:  starter
zoom
A Laravel boilerplate application
Stars: ✭ 46 (+142.11%)
Mutual labels:  starter
yii2-basic-firestarter
This is a pimped up basic yii2 template ❤️. It's a firestarter 🔥
Stars: ✭ 35 (+84.21%)
Mutual labels:  starter
umi-dva-antd-starter
Get started with Umi3.js and Ant Design.
Stars: ✭ 17 (-10.53%)
Mutual labels:  starter
phpass-starter
A starter project for Phpass.
Stars: ✭ 24 (+26.32%)
Mutual labels:  starter
bootstrap-gulp-starter-template
Bootstrap 4 + Gulp 4 + Panini for improve front-end development workflow
Stars: ✭ 67 (+252.63%)
Mutual labels:  starter
spark-spring-boot-starter
Spring Boot Starter for Apache Spark
Stars: ✭ 22 (+15.79%)
Mutual labels:  starter
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-31.58%)
Mutual labels:  starter
react-flux-gulp-starter
A universal boilerplate for building React/Flux apps using Gulp and ES6.
Stars: ✭ 46 (+142.11%)
Mutual labels:  starter
next-mdx-digital-garden-starter
An opinionated starting point for Digital Garden content authoring.
Stars: ✭ 50 (+163.16%)
Mutual labels:  starter

logo

Netlify Status

Gridsome starter bootstrap

This is a starter project for 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, Forestry 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.

Demo

https://gridsome-starter-bootstrap.loke.dev

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.
  • Forestry.io - CMS that uses the Github repo for storage.
  • Markdown - Easy and widely used format for writing content.
  • 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.

Getting started

The easiest way to get started quick is to use the Forestry button below, which will create a Github repository for you, clone this starter repo and import all data to the CMS. After that is complete, you can just go to Netlify and connect your newly created project that will set it up for automatic deployment when you commit to the Github repo.

Import this project into Forestry

Netlify config

Use the following build config for Netlify

Build command: gridsome build

Publish directory: dist

Manually install just the project (without CMS).

If you haven't already installed Gridsome CLI: npm install --global @gridsome/cli

  1. gridsome create my-gridsome-site https://github.com/LokeCarlsson/gridsome-starter-bootstrap.git
  2. cd my-gridsome-site to open folder
  3. yarn dev to start local dev server at http://localhost:8080
  4. Happy hacking 🎉🙌
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].