Answer the question
In order to leave comments, you need to log in
How to properly add scripts to Nuxt.js?
Hello!
I chose the Vue.js category because Nuxt.js was not found.
Please tell me how to properly include jQuery, Bootstrap, etc. in Nuxt.js?
For CSS I do this:
css: ["bootstrap/dist/css/bootstrap.min.css", "~/static/css/common.css"]
Answer the question
In order to leave comments, you need to log in
jquery and vuejs together?
In nuxt.config.js :
modules: [
'bootstrap-vue/nuxt',
],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question