Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jade-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jade-bootstrap

Bootstrap framework written completely using mixins in JADE

  • 1.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2K
increased by9.17%
Maintainers
1
Weekly downloads
 
Created
Source

JADE-Bootstrap

Bootstrap framework written completely using mixins in Pug

Build Status npm
npm version MIT license

Website

JADE-Bootstrap

Documentation

Documentation

Wiki

Go to wiki page

Quickstart

Several quick start options are available:

  • [Download the latest release] (https://github.com/rajasegar/JADE-Bootstrap/archive/master.zip)
  • Clone the repo: git clone https://github.com/rajasegar/JADE-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.

Keywords

FAQs

Package last updated on 16 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc