This repository serves as a starting point for building Vue.js applications with Laravel Sanctum cookie-based authentication. It includes pre-configured setups for vue-router, vuex store, and Tailwind CSS to streamline the development process.
Clone the repo
git clone https://github.com/suhaskunte777/vue-client-sanctum-spa-auth.git
Go to cloned directory and install depencies and run application
npm install && npm run dev
This project is licensed under the MIT License.