bootstrap-admin-ui
v1.2.0
Published
Fork of rdash/rdash-ui that uses SASS with only the layout (no font/widget/loading styles)
Downloads
37
Readme
bootstrap-admin-ui
Fork of rdash/rdash-ui that uses SASS with only the layout (no font/widget/loading styles)
Installation
Via NPM
$ npm install bootstrap-admin-ui
Via Bower
$ bower install bootstrap-admin-ui
Usage
Include the files dist/css/bootstrap-admin-ui.css
or dist/css/bootstrap-admin-ui.min.css
in your project.
Example
- bootstrap-admin-angular is a project that demonstrates the usage of this package with Angular
Contributing
Do not use the
dist
directory for contributions, please edit thesass
files.
- Clone the repository:
git clone https://github.com/beeman/bootstrap-admin-ui.git
- Install the NodeJS dependencies:
npm install
. - Run the gulp build task:
gulp build
. - Run the gulp default task:
gulp
. This will build any changes made automatically, and also run a live reload server on http://localhost:8888.
All project distribution files will be located within the dist
directory. Use the index.html
to test your changes/features.
Pull Requests
- Fork this repository.
- Create a new branch, with the name of your fix/feature.
- Send the pull requests into the projects
develop
branch.