Very basic vue/laravel todo list app. The server is the laravel back-end structure while the client is the vue front-end structure.
Server -> Set up your db in the .env file and run migrations.
Client -> install node modules including bootsrap plus install axios.
npm install --save axios
Run the app from the client side
npm run dev