mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
|
---
|
||
|
layout: page
|
||
|
title: Download
|
||
|
---
|
||
|
|
||
|
Bootstrap is available for download via ZIP file in two flavors: precompiled CSS and Javascript, and the complete source code with documentation.
|
||
|
|
||
|
### Precompiled
|
||
|
|
||
|
Compiled and minified CSS and JavaScript. No docs or original source files are included.
|
||
|
|
||
|
<a href="{{ site.download.dist }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a>
|
||
|
|
||
|
### Download source and docs
|
||
|
|
||
|
Source Less, JavaScript, and documentation. **Requires a Less compiler and [some setup](#grunt).**
|
||
|
|
||
|
<a href="{{ site.download.source }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
|
||
|
|
||
|
### Bower
|
||
|
|
||
|
Install and manage Bootstrap's Less, CSS, and JavaScript using [Bower](http://bower.io).
|
||
|
|
||
|
{% highlight bash %}$ bower install bootstrap{% endhighlight %}
|
||
|
|
||
|
### npm
|
||
|
|
||
|
Bootstrap is available as [an npm package](https://www.npmjs.org/package/bootstrap). Install it into your Node powered apps with:
|
||
|
|
||
|
{% highlight bash %}$ npm install bootstrap{% endhighlight %}
|