PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

How to import css or js components from bower ? #155

Closed ramytamer closed 8 years ago

ramytamer commented 8 years ago

I want to use bootstrap installed by bower, how to include them in the project ?

fesor commented 8 years ago

Why don't you install it via npm?

anyway: https://webpack.github.io/docs/usage-with-bower.html

ramytamer commented 8 years ago

Thank you.