Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 325 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 325 Bytes

Auth SPA for Laravel Sanctum / Fortify - with Vue3, Tailwind, Vite

Getting Started 🚀

git clone [email protected]:Khazl/vue3-tailwind-auth-spa.git
cd vue3-tailwind-auth-spa
rm -rf .git
git init

npm:

npm i
npm run dev
npm run build
npm run serve

yarn:

yarn
yarn dev
yarn build
yarn serve