VueJS & CodeIgniter 4 - #4 - User Login | User Sign in | Using Axios

Опубликовано: 14 Апрель 2026
на канале: Alex Lancer
7,125
84

In this fourth part of the VueJS & CodeIgniter 4 Web App series we will create the User Signin Process using Axios to make an HTTP request to CodeIgniter 4 REST api server via VueJS. Also you will learn how to setup Axios interceptors that help you automate some tasks during your request.

HTML form structure
Axios configuration enhancements
Axios Interceptors configuration
Making HTTP request to login (signin) a user

In this video tutorial series - VueJS & CodeIgniter 4 Web App - you will learn how to build an app using VueJS framework along with CodeIgniter 4 RESTapi server.

Project specific GitHub repositories:
CodeIgniter 4 RESTapi Server: https://github.com/alexlancer/CodeIgn...

VueJS Frontend: https://github.com/alexlancer/Ci4-Vue...