Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Nuxt.js project boilerplate that integrates Bootstrap CSS with SCSS variable overrides and static site generation.
Nuxt Bootstrap Boilerplate is a starter project that combines the Nuxt.js Vue framework with the Bootstrap CSS framework, giving developers a pre-configured foundation for building websites and static sites.
Nuxt Bootstrap Boilerplate is a Nuxt.js project template that ships with the Bootstrap CSS framework already integrated. It takes a standard Nuxt application structure and adds Bootstrap's global styles, grid system, and components, so you can start building pages with familiar Bootstrap classes immediately. The project is hosted on GitHub under the SafeStudio organization and is available for anyone to clone, modify, and deploy. It supports both server-rendered production builds and fully static site generation.
pages/, components/, and nuxt.config.js layout.assets/scss/_bootstrap_override.scss, lets you customize Bootstrap's SCSS variables before compilation to theme the entire site.npm run dev starts a local development server at localhost:3000 with hot module reloading.npm run build compiles the project for production, and npm start launches the server to serve it.npm run generate exports the project as static HTML files, ideal for hosting on any static file server or CDN.npm install or yarn install.npm install to get a working environment in minutes.npm run generate to output clean HTML files for deployment.pages/ directory while relying on Bootstrap for styling, skipping the initial CSS setup._bootstrap_override.scss to change colors, spacing, and other global SCSS variables, and see the changes reflected across the entire site.Start by cloning the repository and running npm install or yarn install to fetch dependencies. Then use the npm scripts described above to run a development server, build for production, or generate a static version. Bootstrap is imported through the project's SCSS pipeline, and the override file lets you adjust its variables before the CSS is compiled.
Nuxt Bootstrap Boilerplate is free and open source. It is published as a public GitHub repository, so there are no fees to use, modify, or distribute it.
Yes, it is completely free and open source. You can use it for personal or commercial projects without any charge.
Open assets/scss/_bootstrap_override.scss and define your custom SCSS variable values. These will be applied when Bootstrap is compiled, giving you control over the theme.
Yes, run npm run generate to create a static version of the site in the dist directory, which can be hosted on any static hosting service.
The badge indicates that the repository uses Greenkeeper to automatically monitor and update npm dependencies via pull requests, helping keep the boilerplate up to date.
