All Projects → pug-bootstrap → Pug Bootstrap

pug-bootstrap / Pug Bootstrap

Licence: mit
Bootstrap framework written completely using mixins in Pug

Projects that are alternatives of or similar to Pug Bootstrap

Startbootstrap Sb Admin
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,861 (+1249.53%)
Mutual labels:  bootstrap, pug
Node.js Bootstrap Starter Template
Node.js, Express, Pug, Twitter Bootstrap, Starter Template
Stars: ✭ 107 (-49.53%)
Mutual labels:  bootstrap, pug
tale-pug
Tale Pug is the popular JavaScript Template Engine Pug, formerly Jade, for PHP!
Stars: ✭ 32 (-84.91%)
Mutual labels:  mixins, pug
Startbootstrap Resume
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,642 (+674.53%)
Mutual labels:  bootstrap, pug
Bootstrap Switch
Turn checkboxes and radio buttons in toggle switches.
Stars: ✭ 5,132 (+2320.75%)
Mutual labels:  bootstrap, pug
Movie Website
🎬基于 Node.js + Express + mongoDB + Bootstrap 搭建的电影网站。
Stars: ✭ 118 (-44.34%)
Mutual labels:  bootstrap, pug
Holy Grail Markup
All CSS methodologies compared examples at one place.
Stars: ✭ 197 (-7.08%)
Mutual labels:  bootstrap
Startbootstrap Blog Post
A Bootstrap HTML template for blog posts - created by Start Bootstrap
Stars: ✭ 199 (-6.13%)
Mutual labels:  bootstrap
Styled Bootstrap Components
The bootstrap components made with styled-components 💅
Stars: ✭ 196 (-7.55%)
Mutual labels:  bootstrap
Material Admin
A Material Designed Admin Framework based on Spring boot2 And Bootstrap
Stars: ✭ 196 (-7.55%)
Mutual labels:  bootstrap
Ssis Dashboard
HTML5 SQL Server Integration Services Dashboard
Stars: ✭ 206 (-2.83%)
Mutual labels:  bootstrap
Jekyll Doc Theme
Jekyll theme for creating project documentation websites
Stars: ✭ 203 (-4.25%)
Mutual labels:  bootstrap
Springboot mybatisplus
SpringBoot集成MyBatisPlus
Stars: ✭ 199 (-6.13%)
Mutual labels:  bootstrap
Dokuwiki Template Bootstrap3
Bootstrap-based template for DokuWiki
Stars: ✭ 197 (-7.08%)
Mutual labels:  bootstrap
Mazer
Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
Stars: ✭ 195 (-8.02%)
Mutual labels:  bootstrap
Boomerang Free Bootstrap Ui Kit
Boomerang is a high quality UI Kit built on top of the well known Bootstrap 4 Framework. This theme was designed as its own extended version of Bootstrap with multiple functionalities and controls added, extended color palette and beautiful typography.
Stars: ✭ 196 (-7.55%)
Mutual labels:  bootstrap
Codetest
🐷个人代码库,日常JS代码都在这里,防止电脑数据丢失。。。0.0。更新内容请关注README.md
Stars: ✭ 204 (-3.77%)
Mutual labels:  bootstrap
Angular Symfony
Project Bootstrap for an Angular + Symfony project
Stars: ✭ 196 (-7.55%)
Mutual labels:  bootstrap
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (-7.08%)
Mutual labels:  bootstrap
Yii2 Bootstrap4
Yii 2 Bootstrap 4 Extension
Stars: ✭ 204 (-3.77%)
Mutual labels:  bootstrap

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].