Level 75
Did you run
npm install jquery
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
only the css styles attached to body is loading in my vue template
body {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
color:#003300;
}
my bootstrap.js
window._ = require('lodash');
/**
* We'll load the axios HTTP library which allows us to easily issue requests
* to our Laravel back-end. This library automatically handles sending the
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
// try {
// window.Popper = require('').default;
window.$ = window.jQuery = require('jquery');
require('bootstrap');
Did you run
npm install jquery
Please or to participate in this conversation.