--- layout: docs title: Download description: Download Bootstrap Table to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, bowser, and more. group: getting-started toc: true --- ## Source code Source CSS, JavaScript, locales, and extensions, along with our docs. Download source ## Clone or fork via GitHub Via GitHub ## UNPKG The folks over at [UNPKG](https://unpkg.com/bootstrap-table@{{ site.current_version }}/dist/) graciously provide CDN support for CSS and JavaScript of Bootstrap table. Just use these links. {% highlight html %} {% endhighlight %} ## Package managers ### NPM Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using [npm](https://www.npmjs.com/package/bootstrap-table). {% highlight sh %} npm install bootstrap-table {% endhighlight %} ### bower Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using [bower](http://bower.io/). {% highlight sh %} bower install bootstrap-table {% endhighlight %}