Download
Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm.
Package managers
Pull in Thüringer Netkom Theme’s source files into nearly any project with some of the most popular package managers. No matter the package manager, Batix Industrial UI Framwork will require a Sass compiler and Autoprefixer for a setup that matches our official compiled versions.
Authenticating at the Batix NPM Feed
To authenticate at the Batix NPM Feed, follow the Steps from Here
npm
Install Bootstrap in your Node.js powered apps with the npm package:
npm install @bx/thueringer-netkom-theme
require('bootstrap') will load all of Bootstrap’s jQuery plugins onto the jQuery object. The bootstrap module itself does not export anything. You can manually load Bootstrap’s jQuery plugins individually by loading the /js/*.js files under the package’s top-level directory.
Bootstrap’s package.json contains some additional metadata under the following keys:
sass- path to Bootstrap’s main Sass source filestyle- path to Bootstrap’s non-minified CSS that’s been precompiled using the default settings (no customization)
yarn
Install Bootstrap in your Node.js powered apps with the yarn package:
yarn add @bx/thueringer-netkom-theme