Awọn akoonu
Ṣawari ohun ti o wa ninu Bootstrap, pẹlu iṣaju iṣaju wa ati awọn adun koodu orisun. Ranti, Bootstrap's JavaScript afikun nilo jQuery.
Bootstrap ti a ti ṣajọ tẹlẹ
Ni kete ti o ba ṣe igbasilẹ, ṣii folda ti o ni fisinuirindigbindigbin ati pe iwọ yoo rii nkan bii eyi:
bootstrap/
├── css/
│   ├── bootstrap-grid.css
│   ├── bootstrap-grid.css.map
│   ├── bootstrap-grid.min.css
│   ├── bootstrap-grid.min.css.map
│   ├── bootstrap-reboot.css
│   ├── bootstrap-reboot.css.map
│   ├── bootstrap-reboot.min.css
│   ├── bootstrap-reboot.min.css.map
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
│   └── bootstrap.min.css.map
└── js/
    ├── bootstrap.bundle.js
    ├── bootstrap.bundle.js.map
    ├── bootstrap.bundle.min.js
    ├── bootstrap.bundle.min.js.map
    ├── bootstrap.js
    ├── bootstrap.js.map
    ├── bootstrap.min.js
    └── bootstrap.min.js.mapThis is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). source maps (bootstrap.*.map) are available for use with certain browsers’ developer tools. Bundled JS files (bootstrap.bundle.js and minified bootstrap.bundle.min.js) include Popper, but not jQuery.
CSS files
Bootstrap includes a handful of options for including some or all of our compiled CSS.
| CSS files | Layout | Content | Components | Utilities | 
|---|---|---|---|---|
| bootstrap.cssbootstrap.min.css | Included | Included | Included | Included | 
| bootstrap-grid.cssbootstrap-grid.min.css | Only grid system | Not included | Not included | Only flex utilities | 
| bootstrap-reboot.cssbootstrap-reboot.min.css | Not included | Only Reboot | Not included | Not included | 
JS files
Similarly, we have options for including some or all of our compiled JavaScript.
| JS files | Popper | jQuery | 
|---|---|---|
| bootstrap.bundle.jsbootstrap.bundle.min.js | Included | Not included | 
| bootstrap.jsbootstrap.min.js | Not included | Not included | 
Bootstrap source code
Gbigba koodu orisun Bootstrap pẹlu CSS ti a ṣajọ tẹlẹ ati awọn ohun-ini JavaScript, pẹlu orisun Sass, JavaScript, ati iwe. Ni pataki diẹ sii, o pẹlu atẹle naa ati diẹ sii:
bootstrap/
├── dist/
│   ├── css/
│   └── js/
├── site/
│   └──docs/
│      └── 4.3/
│          └── examples/
├── js/
└── scss/Awọn scss/ati js/pe o jẹ koodu orisun fun CSS ati JavaScript wa. Fọọmu dist/naa pẹlu ohun gbogbo ti a ṣe akojọ si ni apakan igbasilẹ ti a ti ṣajọ tẹlẹ loke. Awọn site/docs/folda pẹlu awọn koodu orisun fun wa iwe, ati examples/ti Bootstrap lilo. Ni ikọja iyẹn, eyikeyi faili to wa pẹlu n pese atilẹyin fun awọn akojọpọ, alaye iwe-aṣẹ, ati idagbasoke.