After executing the following command:
npm install vue-material
I noticed that it installed and replaced some of the css styles in my application, leading to conflicts. To resolve this issue, I had to manually search for the specific piece of css and override it within the respective vue component's section.
Is there a way to prevent such conflicts when installing NPM packages?
Technologies used:
- vue.js
- webpack
- material-vue