Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pug-bootstrap/PUG-Bootstrap
Bootstrap framework written completely using mixins in Pug
https://github.com/pug-bootstrap/PUG-Bootstrap
bootstrap jade-bootstrap mixins pug
Last synced: 5 days ago
JSON representation
Bootstrap framework written completely using mixins in Pug
- Host: GitHub
- URL: https://github.com/pug-bootstrap/PUG-Bootstrap
- Owner: pug-bootstrap
- License: mit
- Created: 2015-05-01T16:47:14.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T02:24:48.000Z (almost 4 years ago)
- Last Synced: 2024-12-11T02:40:12.375Z (12 days ago)
- Topics: bootstrap, jade-bootstrap, mixins, pug
- Language: Pug
- Homepage: http://pug-bootstrap.github.io/PUG-Bootstrap/
- Size: 4.87 MB
- Stars: 227
- Watchers: 20
- Forks: 72
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PUG-Bootstrap
[Bootstrap](http://getbootstrap.com) framework written completely using mixins in [Pug](http://pugjs.org)[![Build Status](https://travis-ci.org/pug-bootstrap/JADE-Bootstrap.svg?branch=master)](https://travis-ci.org/pug-bootstrap/JADE-Bootstrap)
[![npm](https://img.shields.io/npm/dm/jade-bootstrap.svg)](https://www.npmjs.com/package/jade-bootstrap)
[![npm version](http://img.shields.io/npm/v/jade-bootstrap.svg?style=flat)](https://npmjs.org/package/jade-bootstrap "View this project on npm")
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)## Website
[PUG-Bootstrap](http://pug-bootstrap.github.io/PUG-Bootstrap/)## Documentation
[Documentation](http://pug-bootstrap.github.io/PUG-Bootstrap/)## Wiki
Go to [wiki](http://pug-bootstrap.github.io/PUG-Bootstrap/) 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](http://bower.io/): `bower install jade-bootstrap`.
* Install with [npm](https://www.npmjs.com/): `npm install jade-bootstrap`.The quickest way to get started for NodeJS applications is with this [boilerplate](https://github.com/pug-bootstrap/jadebootstrap-seed)
### 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.