|
|
|
|
|
by mediumdeviation
3326 days ago
|
|
Laravel 5.4 integrates with Vue. https://laravel.com/docs/5.4/frontend#writing-vue-components Laravel can act as the API backend to the frontend (basically a set of REST endpoints that the frontend can talk to), or alternatively the Vue components are used only where heavy client-side interactions are required, while the rest of the pages are still served up by Laravel normally. |
|