ดาวน์โหลด
ดาวน์โหลด Bootstrap เพื่อรับ CSS และ JavaScript ที่คอมไพล์แล้ว ซอร์สโค้ด หรือรวมเข้ากับตัวจัดการแพ็คเกจที่คุณชื่นชอบ เช่น npm, RubyGems และอื่นๆ
คอมไพล์ CSS และ JS
ดาวน์โหลดโค้ดที่คอมไพล์แล้วพร้อมใช้งานสำหรับBootstrap v4.3.1เพื่อวางลงในโปรเจ็กต์ของคุณ ซึ่งรวมถึง:
- บันเดิล CSS ที่คอมไพล์และลดขนาด (ดูการเปรียบเทียบไฟล์ CSS )
- ปลั๊กอิน JavaScript ที่คอมไพล์และย่อ
ไม่รวมถึงเอกสารประกอบ ไฟล์ต้นฉบับ หรือการพึ่งพา JavaScript ที่เป็นตัวเลือก (jQuery และ Popper.js)
ไฟล์ต้นฉบับ
คอมไพล์ Bootstrap ด้วยไปป์ไลน์สินทรัพย์ของคุณเองโดยดาวน์โหลดไฟล์ Sass, JavaScript และเอกสารต้นฉบับของเรา ตัวเลือกนี้ต้องใช้เครื่องมือเพิ่มเติม:
- คอมไพเลอร์ Sass (รองรับ Libsass หรือ Ruby Sass) สำหรับการรวบรวม CSS ของคุณ
- Autoprefixerสำหรับคำนำหน้าผู้ขาย CSS
หากคุณต้องการbuild tools เครื่องมือเหล่านี้จะถูกรวมไว้สำหรับการพัฒนา Bootstrap และเอกสารของมัน แต่มีแนวโน้มว่าจะไม่เหมาะสมสำหรับวัตถุประสงค์ของคุณเอง
jsDelivr
ข้ามการดาวน์โหลดด้วยjsDelivrเพื่อส่งเวอร์ชันแคชของ CSS และ JS ที่คอมไพล์แล้วของ Bootstrap ไปยังโปรเจ็กต์ของคุณ
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
คุณยังสามารถติดตั้งและจัดการ Sass และ JavaScript ของ Bootstrap โดยใช้Composer :
NuGet
หากคุณพัฒนาใน .NET คุณยังสามารถติดตั้งและจัดการCSSหรือSassและ JavaScript ของ Bootstrap ได้โดยใช้NuGet :