mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.35k stars 1.16k forks source link

npm install mdbootstrap issues #278

Open DigniticeRoland opened 4 years ago

DigniticeRoland commented 4 years ago

Expected behavior

npm install mdbootstrap should install all required packages and show the same result as using the cdn version,

Actual behavior

The results of using webpack vs cdn are fundamental. npm: image

cdn: image

Your working environment and MDB version information

@import '~mdbootstrap/scss/mdb-free';

npm list mdbootstrap └── mdbootstrap@4.15.0

mateuszlubianka1993 commented 4 years ago

Hi @DigniticeRoland,

Have you got any errors in the console? Here you can find installation guide: https://mdbootstrap.com/docs/jquery/getting-started/installation-guide/#npm-installation

Best,