A chhunga thu awmte
Bootstrap-a thil awmte hmuchhuak la, kan precompiled leh source code flavor te pawh a tel. Bootstrap-a JavaScript plugins-te hian jQuery a mamawh tih hre reng ang che.
Bootstrap chu a lo awm tawh a
Download zawh chuan compressed folder kha unzip la, hetiang hian i hmu ang:
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.mapHei hi Bootstrap form bulpui ber a ni: web project eng pawha rang taka drop-in hman theihna tur precompiled files. Compiled CSS leh JS ( ) kan pe a bootstrap.*, chubakah compile leh minified CSS leh JS ( bootstrap.min.*) te pawh kan pe bawk. source maps ( bootstrap.*.map) te hi browser thenkhat developer tools te nena hman theih a ni. Bundled JS file ( bootstrap.bundle.jsleh minified bootstrap.bundle.min.js) ah hian Popper a awm a, mahse jQuery erawh a awm lo .
CSS files te a awm bawk
Bootstrap hian kan compiled CSS thenkhat emaw, a vai emaw dah tel theihna tur option tlemte a awm a.
| CSS files te a awm bawk | Ruangam | Lungawi | Component hrang hrangte | Utilities te pawh a awm | 
|---|---|---|---|---|
| bootstrap.cssbootstrap.min.css | A tel ve bawk | A tel ve bawk | A tel ve bawk | A tel ve bawk | 
| bootstrap-grid.cssbootstrap-grid.min.css | Grid system chauh a ni | A tel lo | A tel lo | Flex utilities chauh a awm | 
| bootstrap-reboot.cssbootstrap-reboot.min.css | A tel lo | Reboot chauh a ni | A tel lo | A tel lo | 
JS file te chu
Chutiang bawkin kan JavaScript compiled thenkhat emaw, a zawng zawng emaw pawh telh theihna option kan nei bawk.
| JS file te chu | Popper a ni | jQuery tih a ni | 
|---|---|---|
| bootstrap.bundle.jsbootstrap.bundle.min.js | A tel ve bawk | A tel lo | 
| bootstrap.jsbootstrap.min.js | A tel lo | A tel lo | 
Bootstrap a source code a ni
Bootstrap source code download ah hian CSS leh JavaScript assets precompiled te a awm a, source Sass, JavaScript leh documentation te pawh a awm bawk. A bik takin, a hnuaia mi leh thil dang tam tak a huam a ni:
bootstrap/
├── dist/
│   ├── css/
│   └── js/
├── site/
│   └──docs/
│      └── 4.2/
│          └── examples/
├── js/
└── scss/The scss/and js/hi kan CSS leh JavaScript source code a ni. Folder ah hian dist/a chunga precompiled download section-a tarlan zawng zawng a awm vek a. Folder ah hian site/docs/kan documentation atana source code te, leh examples/Bootstrap hman dan tur te a awm bawk. Chumi piah lamah chuan file dang dah tel apiangin package, license information leh development te tanpuina a pe a ni.