An overview of JADE-Bootstrap, how to download and use, basic templates and examples, and more.
JADE-Bootstrap (currently v0.0.1) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see whay suits your particular needs.
Sample boilerplate NodeJS application using Express middleware with the JADE template files. Just clone the repository using git and start using.
Sample boilerplate for client side application for generating static HTML files from jade templates. Just clone the repository using git and start using.
The default JADE file containing all the mixins for Boostrap components, you can download this and include in your project.
You can also install and manage JADE-Bootstrap using Bower:
$ bower install jade-bootstrap
You can also install JADE-Bootstrap using npm:
$ npm install jade-bootstrap
Copy the JADE code below to begin working with a minimal JADE-Bootstrap document.
extends _bootstrap
block body
h1 Put your own body content here
_bootstrap.jade
components/
|---accordion.jade
|---alerts.jade
|---bootswatch.jade
|---buttons.jade
|---carousel.jade
|---dropdowns.jade
|---forms.jade
|---icons.jade
|---images.jade
|---labels.jade
|---list-groups.jade
|---modal.jade
|---navbar.jade
|---navs.jade
|---panels.jade
|---tables.jade
|---tabs.jade
|---toggle.jade
|---tooltips.jade
layouts/
|---blog.jade
|---bootswatch.jade
|---carousel.jade
|---cover.jade
|---dashboard.jade
|---jumbotron.jade
|---jumbotron-narrow.jade
|---justified-nav.jade
|---navbar.jade
|---navbar-fixed.jade
|---navbar-static.jade
|---non-responsive.jade
|---offcanvas.jade
|---sign-in.jade
|---starter.jade
|---sticky-footer.jade
|---sticky-footer-navbar.jade
|---theme-template.jade