I'm following several tutorials as you can see below;
At 9 minutes and 45 seconds of video.
Using Vue.js in a Laravel application
At 8 minutes and 12 seconds of the video.
1 - CRUD at LARAVEL & VUEjs - Webpack, Laravel Mix, NPM, Axios | Rimorsoft Online
At 4 minutes 36 seconds of video
I know that you have to set up the vuejs and bootstrap files directly on the page, but I would like to configure the webpack.mix.js file in css and Javascript, webpack.mix.js will be set up for the whole project;
I tried it that way, but it did not work, I tried the video tutorials, but I did not succeed either, I accepted suggestions;
mix.js(
'resources/assets/js/app.js',
''
'public/js')
.sass(
'resources/assets/sass/app.scss',
'../../../node_modules/bootstrap/dist/css/bootstrap.css'
'public/css');