• Stars
    star
    226
  • Rank 176,514 (Top 4 %)
  • Language Pug
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bootstrap framework written completely using mixins in Pug

PUG-Bootstrap

Bootstrap framework written completely using mixins in Pug

Build Status npm
npm version MIT license

Website

PUG-Bootstrap

Documentation

Documentation

Wiki

Go to wiki page

Quickstart

Several quick start options are available:

The quickest way to get started for NodeJS applications is with this boilerplate

What's included

Within the download you'll find the following directories and files, logically grouping common mixins. You'll see something like this:

bootstrap.pug
โ”œโ”€โ”€ components/
โ”‚   โ”œโ”€โ”€ accordion.pug
โ”‚   โ”œโ”€โ”€ alerts.pug
โ”‚   โ”œโ”€โ”€ carousel.pug
โ”‚   โ”œโ”€โ”€ dropdowns.pug
โ”‚   โ”œโ”€โ”€ forms.pug
โ”‚   โ”œโ”€โ”€ icons.pug
โ”‚   โ”œโ”€โ”€ labels.pug
โ”‚   โ”œโ”€โ”€ list-groups.pug
โ”‚   โ”œโ”€โ”€ modal.pug
โ”‚   โ”œโ”€โ”€ navbar.pug
โ”‚   โ”œโ”€โ”€ navs.pug
โ”‚   โ”œโ”€โ”€ panels.pug
โ”‚   โ”œโ”€โ”€ progress-bars.pug
โ”‚   โ”œโ”€โ”€ tables.pug
โ”‚   โ”œโ”€โ”€ tabs.pug
โ”‚   โ”œโ”€โ”€ toggle.pug
โ”‚   โ””โ”€โ”€ tooltips.pug
โ””โ”€โ”€ layouts/
    โ”œโ”€โ”€ blog.pug
    โ”œโ”€โ”€ carousel.pug
    โ”œโ”€โ”€ cover.pug
    โ”œโ”€โ”€ dashboard.pug
    โ”œโ”€โ”€ jumbotron.pug
    โ”œโ”€โ”€ jumbotron-narrow.pug
    โ”œโ”€โ”€ justified-nav.pug
    โ”œโ”€โ”€ navbar.pug
    โ”œโ”€โ”€ navbar_fixed.pug
    โ”œโ”€โ”€ navbar_static.pug
    โ”œโ”€โ”€ non-responsive.pug
    โ”œโ”€โ”€ offcanvas.pug
    โ”œโ”€โ”€ sign-in.pug
    โ”œโ”€โ”€ starter.pug
    โ”œโ”€โ”€ sticky-footer.pug
    โ”œโ”€โ”€ sticky-footer-navbar.pug
    โ””โ”€โ”€ theme-template.pug

Features

  • Bootstrap set as the default UI framework
  • Pug set as the default Template engine
  • Focus on high performance
  • Super-speed development using Pug mixins
  • Some widely used sample layouts to start with.