mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
1.1 KiB
1.1 KiB
layout | title |
---|---|
page | 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.
Download Bootstrap
Download source and docs
Source Less, JavaScript, and documentation. Requires a Less compiler and some setup.
Download source
Bower
Install and manage Bootstrap's Less, CSS, and JavaScript using Bower.
{% highlight bash %}$ bower install bootstrap{% endhighlight %}
npm
Bootstrap is available as an npm package. Install it into your Node powered apps with:
{% highlight bash %}$ npm install bootstrap{% endhighlight %}