I'm following a video lesson to understand how vue
behaves, however this video lesson is on top of a PHP
project, I understand little of PHP.
I did as I did in the video below;
1 - CRUD at LARAVEL & VUEjs - Webpack, Laravel Mix, NPM, Axios | Rimorsoft Online
But when I send the application to the server by typing the npm run dev command I can not find the URL to view the page;
I've tried these options:
- localhost / laravel-vue-crud / public /
- localhost / laravel-vue-crud /
- localhost: 8080
Someone might take a look at the video because it might be that I'm typing the wrong URL.