- BOWER is the package manger for web projects.
- Using Bower We can install different library to our project.
- In this Demo, “We will learn to install Bower using NPM. Followed by installing Bootstrp SCSS version and using it in a project”.
- Bower Installation is done using npm install -g bower.Check the below screenshot.
- When the Bower will installed successfully the screen will look like below.
- Installation of Bootstrap component can be done using command bower install twbs/bootstrap-sass.
- The directory will have bower_component folder.
- The bower_component folder will have Boostrap sass file.The vendor folder will have our all bootstrap related files.
- Copy the assets folder to the target project.The project will look like below.
- The SCSS files are present in bootstrap folder.It will look like below screen.