-
Notifications
You must be signed in to change notification settings - Fork 519
Remove Bootstrap #1178
Comments
It should be gone after the steps you described. If you have classes in your html from bootstrap, you might want to delete them, but it isn't pulling any dependency from having class attributes hanging around. You'll still see the word "bootstrap" used as a verb, unrelated to the frontend design library you're referring to. The act of picking an entry point for Angular to take your stuff and process it into an Angular app is called "boostrapping", so that might be what you're seeing. I don't know if Vue uses the same bootstrap term to talk about the entrypoint concept. If I'm assuming wrong, why do you think you still have bootstrap? |
Thank you @PaluMacil for your reply.
I have removed the caches on my browser so I don't understand what I am missing. S. |
OK, it comes from the vendor.css in wwwroot/dist folderwhich contains the integrality of bootsrap.css. By running Thank you |
@sylvaincaillot . So what u did? deleted vendor.css? I am facing same issue. I have precompiled version to use instead of compiled one. And i am having this same. |
Probably a noob question but I am trying the Vue.js template and I would like to use the Element UI instead of Bootstrap:
I have removed the import line from the boot.ts file:
I have uninstalled the bootstrap npm package and clean the package.json file:
I have also edited the webpack.config.vendor.js to remove references to bootstrap and bootstrap.css:
I have then run
webpack --config webpack.config.vendor.js
to regenerate the vendor.js.However, my template is still bootstrapped. What else can I do to get rid of Bootstrap?
Thank you for giving me some directions
Sylvain
The text was updated successfully, but these errors were encountered: