anthonygore / vue-laravel-crud

Full-stack Vue + Laravel + Axios CRUD example
379 stars 179 forks source link

Please Help This issue #3

Closed KarthikeyanSJ closed 4 years ago

KarthikeyanSJ commented 5 years ago

Hi

I got this small issue image

anthonygore commented 5 years ago

Could be many reasons for this. Does /js/app.js exist? Maybe you need to compile? Is laravel mix running?

hkvega01 commented 5 years ago

i need to use php artisan serve (127.0.0.1:8000) to run the app to make the js/app.js to display, but i can't use xampp to run the app at location http://localhost/la2/public, do everyone knows why?

marzoukiniz commented 5 years ago

you need to compile the basic Vue.js file. To do so, run following command: npm run watch