PUG-Bootstrap
Bootstrap framework written completely using mixins in Pug
Website
Documentation
Wiki
Go to wiki page
Quickstart
Several quick start options are available:
- [Download the latest release] (https://github.com/pug-bootstrap/PUG-Bootstrap/archive/master.zip)
- Clone the repo:
git clone https://github.com/pug-bootstrap/PUG-Bootstrap.git
. - Install with Bower:
bower install jade-bootstrap
. - Install with npm:
npm install jade-bootstrap
.
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.