Answer the question
In order to leave comments, you need to log in
How to work with frontend in Laravel Mix?
Hello.
i installed laravel
, ran npm install, ran npm run dev
, my files were compiled according to the standard paths, everything is
ok
package.json, ok
I go to resources/js/bootstrap.js and write require('fullpage.js');
I run npm run dev again and in my public/js/app.js file I get something similar to the code of this IB
library, how do I correctly include its styles so that everything I need appears in the public/css/app.css file?
i just typed in resources/sass/app.scss import "~fullpage.js/dist/fullpage.css";
did I do everything right?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question