StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
4 years ago
|
# Bootstrap CSS only
|
||
|
|
||
|
A Bower and NPM component for [Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO depenedency on jQuery. Perfect companion for [Angular-UI Bootstrap](https://github.com/angular-ui/bootstrap-bower).
|
||
|
|
||
|
- With 3.0.1 and above, the glyphicons are included as well.
|
||
|
- Starting with version 3.3.5, package is available on NPM also.
|
||
|
|
||
|
## Installation:
|
||
|
|
||
|
#### Bower
|
||
|
|
||
|
```bash
|
||
|
$ bower install bootstrap-css-only
|
||
|
```
|
||
|
|
||
|
#### NPM (3.3.5+)
|
||
|
|
||
|
```bash
|
||
|
$ npm install bootstrap-css-only
|
||
|
```
|
||
|
|
||
|
### Previous Bootstrap versions also available:
|
||
|
You can request info for a specific version with 'bower info bootstrap-css-only#<version>'
|
||
|
|
||
|
```bash
|
||
|
$ bower install bootstrap-css-only#2.3.2
|
||
|
$ bower install bootstrap-css-only#3.0.0
|
||
|
...
|
||
|
```
|
||
|
|
||
|
## Copyright and license
|
||
|
|
||
|
Code and documentation copyright 2011-2018 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
|