Gridsome starter with bootstrap vue
The Gridsome starter bootstrap is a starter project for Gridsome that comes with many features. It utilizes Bootstrap for powerful styling and layout. The project is designed to use Netlify, Forestry, and GitHub, all of which offer free tiers for their services, eliminating the need for costly hosting fees.
To get started quickly, you can use the Forestry button below to create a GitHub repository, clone the starter repo, and import all data to the CMS. After that is complete, you can go to Netlify and connect your project for automatic deployment when you commit to the GitHub repo.
Use the following build config for Netlify:
gridsome builddistIf you haven’t already installed Gridsome CLI, run the following command:
npm install --global @gridsome/cli
Clone the starter project and navigate to the folder:
gridsome create my-gridsome-site https://github.com/LokeCarlsson/gridsome-starter-bootstrap.git
cd my-gridsome-site
Start the local development server at http://localhost:8080:
yarn dev
The Gridsome starter bootstrap is a feature-rich starter project for Gridsome that utilizes Bootstrap for powerful styling and layout. It integrates with Netlify, Forestry, and GitHub to provide an easy and cost-effective solution for hosting and content management. With its ready-to-use features and easy installation process, developers can quickly get started with building their Gridsome projects.