Download · Bootstrap V5.0
Compiled CSS and JS
Download ready-to-use compiled code for Bootstrap v5.0.2 to easily drop into your project, which includes:
- Compiled and minified CSS bundles (see CSS files comparison)
- Compiled and minified JavaScript plugins (see JS files comparison)
This doesn’t include documentation, source files, or any optional JavaScript dependencies like Popper.
Download
Source files
Compile Bootstrap with your own asset pipeline by downloading our source Sass, JavaScript, and documentation files. This option requires some additional tooling:
- Sass compiler for compiling Sass source files into CSS files
- Autoprefixer for CSS vendor prefixing
Should you require our full set of build tools, they are included for developing Bootstrap and its docs, but they’re likely unsuitable for your own purposes.
Download source
Examples
If you want to download and examine our examples, you can grab the already built examples:
Download Examples
CDN via jsDelivr
Skip the download with jsDelivr to deliver cached version of Bootstrap’s compiled CSS and JS to your project.
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>If you’re using our compiled JavaScript and prefer to include Popper separately, add Popper before our JS, via a CDN preferably.
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>Package managers
Pull in Bootstrap’s source files into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will require a Sass compiler and Autoprefixer for a setup that matches our official compiled versions.
npm
Install Bootstrap in your Node.js powered apps with the npm package:
npm install bootstrapconst bootstrap = require('bootstrap') or import bootstrap from 'bootstrap' will load all of Bootstrap’s plugins onto a bootstrap object. The bootstrap module itself exports all of our plugins. You can manually load Bootstrap’s plugins individually by loading the /js/dist/*.js files under the package’s top-level directory.
Bootstrap’s package.json contains some additional metadata under the following keys:
- sass - path to Bootstrap’s main Sass source file
- style - path to Bootstrap’s non-minified CSS that’s been precompiled using the default settings (no customization)
yarn
Install Bootstrap in your Node.js powered apps with the yarn package:
yarn add bootstrapRubyGems
Install Bootstrap in your Ruby apps using Bundler (recommended) and RubyGems by adding the following line to your Gemfile:
gem 'bootstrap', '~> 5.0.2'Alternatively, if you’re not using Bundler, you can install the gem by running this command:
gem install bootstrap -v 5.0.2See the gem’s README for further details.
Composer
You can also install and manage Bootstrap’s Sass and JavaScript using Composer:
composer require twbs/bootstrap:5.0.2NuGet
If you develop in .NET, you can also install and manage Bootstrap’s CSS or Sass and JavaScript using NuGet:
Install-Package bootstrap Install-Package bootstrap.sassTừ khóa » Tải Bootstrap
-
Download - Bootstrap
-
Download · Bootstrap V4.6
-
Cách Cài đặt Bootstrap Trên Máy Tính
-
Bootstrap Là Gì? Hướng Dẫn Tải Và Sử Dụng Bootstrap - Vietnix
-
Download Bootstrap 4 Và Nhúng Bootstrap 4 Vào Website - Freetuts
-
Bài 2: Download Bootstrap Và Nhúng Bootstrap Vào Website - Freetuts
-
Tải Và Cài đặt Bootstrap 4
-
Bài 1: Giới Thiệu Và Cài đặt Bootstrap - Góc Làm Web
-
Bootstrap Studio 6.1.1 - Thiết Kế Trang Web
-
Tải Miễn Phí Bootstrap - Phiên Bản Mới Nhất Năm 2022 - WizCase
-
Bootstrap: Tải Về | V1Study
-
Download, Cài đặt Bootstrap 3 Và Nhúng Bootstrap 3 Vào Website
-
Thư Viện Bootstrap - Viblo
-
Bootstrap Là Gì? Cách Cài đặt Và Sử Dụng Bootstrap Chi Tiết - LPTech