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.map
Hei 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 map ( bootstrap.*.map
) hi browser thenkhat developer tools nena hman theih a ni. Bundled JS file ( bootstrap.bundle.js
leh minified bootstrap.bundle.min.js
) ah hian Popper a awm a, mahse jQuery erawh a tel lo .
CSS files te a awm bawk
Bootstrap hian kan compiled CSS thenkhat emaw, a vai emaw dah tel theihna tur option tlemte a keng tel a.
CSS files te a awm bawk | Ruangam | Lungawi | Component hrang hrangte | Utilities te pawh a awm |
---|---|---|---|---|
bootstrap.css
bootstrap.min.css
|
A tel ve bawk | A tel ve bawk | A tel ve bawk | A tel ve bawk |
bootstrap-grid.css
bootstrap-grid.min.css
|
Grid system chauh a ni | A tel lo | A tel lo | Flex utilities chauh a awm |
bootstrap-reboot.css
bootstrap-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.js
bootstrap.bundle.min.js
|
A tel ve bawk | A tel lo |
bootstrap.js
bootstrap.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/
│ └── content/
| └── docs/
| └── 4.6/
| └── 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.