
Learn to set up essential tools for a Vue.js and Laravel project, including node.js, npm, a package manager, git bash on Windows, and a text editor for version control.
Test routes early with a test controller to verify the API, then create a task table with title and priority and run artisan migrate.
Build a bootstrap table todo UI in a Vue.js and Laravel project by creating a task component, inputs, and priority select, then register and render the component.
Install and set up axios to make requests from a Vue.js component, fetch tasks from a RESTful API, and render them in the front end.
Learn to add a loading overlay to a Vue.js and Laravel project using a plug-in, including installation, importing and registering the component, and toggling the loading state during data operations.
Vue.js is a JavaScript framework that allows us developers to quickly create really cool user interfaces. Vue comes out of the box in Laravel and they really make a great combo. I think once you try these two technologies you will fall in love with them On this course you will learn to use Vue.js with Laravel by building a cool restful api todo app.