1.0.2 • Published 3 years ago

postboot v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

PostBoot

Web app prototyping library based on Bootstrap framework.

Contents

  1. Compatibility
    1. Version support
  2. Installation
    1. NodeJS
    2. Manually
  3. Usage
    1. Local
    2. CDN
  4. Author
  5. License

Compatibility

LibraryVersion
Bootstrap>= 4.5.0 and < 5.0

PostBoot does not overwrite any components of Bootstrap, but only extends most of them. You can use it completely safe.

Version support

BootstrapRepo
4.x1.x

Installation

NodeJS

npm install postboot

Manually

Download package and unpack it or use following commands:

wget -O https://github.com/tarkhov/postboot/releases/download/v1.0.2/postboot.zip
unzip postboot.zip

Usage

Local

<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/postboot.min.css"/>

<!-- JS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/postboot.min.js"></script>

CDN

<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/tarkhov/postboot/v1.0.2/dist/css/postboot.min.css">

<!-- JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.rawgit.com/tarkhov/postboot/v1.0.2/dist/js/postboot.min.js"></script>

Author

Alexander Tarkhov

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc4

5 years ago

1.0.0-rc3

5 years ago

1.0.0-rc2

5 years ago

1.0.0-rc1

5 years ago

1.0.0-beta3

5 years ago

1.0.0-beta2

5 years ago

1.0.0-beta1

6 years ago

1.0.0-beta

6 years ago