cretueusebiu / laravel-vue-spa

A Laravel-Vue SPA starter kit.

Home Page:https://laravel-vue-spa.cretueusebiu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error deploying the application

passkok opened this issue · comments

Thank you for the laravel-vue-spa template. it has been very helpful to me.
But I have dificulties deploying the application (without any modification of source code).
I have execute :

  • npm install
  • npm run prod

But I have these errors :

GET http://localhost/dist/css/app.bfab7a.css net::ERR_ABORTED 404 (Not Found)
GET http://localhost/dist/js/app.b973ac.js net::ERR_ABORTED 404 (Not Found)

please help.
Capture

commented

You need to run php artisan serve ... Then goto Listening page, usually http://localhost:8000