Closed javleds closed 4 years ago
Hello, thx for you feedback.
If you need generated blade files, run vue-cli-service build --watch --mode development
You don't need webpack dev server
@starkovsky I tried to run that command but it doesn't generate the blade file
Hi!
I was following the step by step guide, but when I get into this step:
I have noticed that the file
app.blade.php
does not exist. When vue-cli is in dev mode, this file is generated in memory, you will be able to enter tohttp://localhost:8080
by runningnpm run serve
but if you are runningphp artisan serve
and you try to enter tohttp://localhost:8000
it will throw the following error :How can I generate this file dynamically while
npm run serve
is running?Thanks in advance.