I-download
I-download ang Bootstrap para makuha ang pinagsama-samang CSS at JavaScript, source code, o isama ito sa iyong mga paboritong manager ng package tulad ng npm, RubyGems, at higit pa.
Pinagsama-sama ang CSS at JS
I-download ang handa-gamitin na pinagsama-samang code para sa Bootstrap v4.3.1 upang madaling i-drop sa iyong proyekto, na kinabibilangan ng:
- Pinagsama at pinaliit na mga bundle ng CSS (tingnan ang paghahambing ng mga file ng CSS )
- Pinagsama-sama at pinaliit na mga plugin ng JavaScript
Hindi kasama dito ang dokumentasyon, source file, o anumang opsyonal na dependency ng JavaScript (jQuery at Popper.js).
Pinagmulan ng mga file
I-compile ang Bootstrap gamit ang sarili mong pipeline ng asset sa pamamagitan ng pag-download ng aming source na Sass, JavaScript, at mga documentation file. Ang pagpipiliang ito ay nangangailangan ng ilang karagdagang tooling:
- Sass compiler (Libsass o Ruby Sass ay suportado) para sa pag-compile ng iyong CSS.
- Autoprefixer para sa CSS vendor prefixing
Kung kailangan mo ng build tool , kasama ang mga ito para sa pagbuo ng Bootstrap at mga doc nito, ngunit malamang na hindi angkop ang mga ito para sa iyong sariling mga layunin.
jsDelivr
Laktawan ang pag-download gamit ang jsDelivr upang maihatid ang naka-cache na bersyon ng pinagsama-samang CSS at JS ng Bootstrap sa iyong proyekto.
If you’re using our compiled JavaScript, don’t forget to include CDN versions of jQuery and Popper.js before it.
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:
require('bootstrap')
will load all of Bootstrap’s jQuery plugins onto the jQuery object. The bootstrap
module itself does not export anything. You can manually load Bootstrap’s jQuery plugins individually by loading the /js/*.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 filestyle
- 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:
RubyGems
Install Bootstrap in your Ruby apps using Bundler (recommended) and RubyGems by adding the following line to your Gemfile
:
Alternatively, if you’re not using Bundler, you can install the gem by running this command:
See the gem’s README for further details.
Composer
Maaari mo ring i-install at pamahalaan ang Bootstrap's Sass at JavaScript gamit ang Composer :
NuGet
Kung bumuo ka sa .NET, maaari mo ring i-install at pamahalaan ang CSS o Sass at JavaScript ng Bootstrap gamit ang NuGet :