4.3.0 • Published 4 years ago

pub-pkg-bootstrap-min v4.3.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

pub-pkg-bootstrap-min

pub-server package for injecting Bootstrap v4.2.1

This minimal package includes bundled Bootstrap javascript and css components. It does not come with prebuilt HTML templates or themes.

The /example directory includes a simple HTML layout with a navbar and jumbotron.

The example is published at https://jldec.github.io/pub-pkg-bootstrap-min/ by pointing GitHub Pages to the /docs directory.

installation

npm install pub-pkg-bootstrap-min

usage

Layout templates which use {{{injectCss}}} and {{{injectJs}}} will automatically link to

  • /css/bootstrap-v4.2.1.min.css
  • /js/bootstrap-v4.2.1.bundle.min.js

To prevent injection and link manually, set inject:false on the pkgs entry for pub-pkg-bootstrap-min in pub-config.

credits