bootstrap4-plus-jquery

4.0.0-alpha.2.4 • Public • Published

Bootstrap 4 + Tether & JQuery dependancies

Bootstra 4 has recently been released but does not include the required Tether and JQuery dependancies. This can be a headache for those using ES6 module loading to build applications in Angular 2 etc.

Current Bootstrap 4 Vr: 4.0.0-alpha.2

Installation

npm install bootstrap4-plus-jquery --save
npm install jquery --save

JavaScript ES6 Usage

app.js

import 'bootstrap4-plus-jquery';
import {Http} from 'angular2/http';
//more code etc...

Updates

I will be attempting to make a pull request to Bootstrap 4. If the official dist will not include these deps, I will maintain this package to ensure it matches current version.

Readme

Keywords

Package Sidebar

Install

npm i bootstrap4-plus-jquery

Weekly Downloads

4

Version

4.0.0-alpha.2.4

License

MIT

Last publish

Collaborators

  • danieldram