UNPKG

de-bootstrap

Version:

The custom version of bootstrap.

20 lines (14 loc) 399 B
# [DE-Bootstrap](https://gitlab.nie.netease.com/de-ui/de-bootstrap) The custom version of bootstrap. ## Installation **DE-Bootstrap** is available as an [npm](http://106.2.67.13:8900/) package. ```shell npm install de-bootstrap --save ``` ## Usage Here is a quick example to get you started, **For project build with webpack,** **entry.js** ```javascript require('de-bootstrap/index.css'); ```