Skip to content

Laravel 8 project built using Vue.js 3 (Vitejs) + TailwindCSS 2 + Typescript

Notifications You must be signed in to change notification settings

boussadjra/twelve

Repository files navigation

TWeLVe

Laravel project built using Vue.js 3 (Vitejs) + TailwindCSS + Typescript.

Usage :

client :

The front-end side is built using Vite.js (Vue 3) and it's setup based on https://github.com/innocenzi/laravel-vite

install the dependencies :

npm install 

and run :

npm run dev 

to run the project in dev mode.

server :

install back-end dependencies using

composer install

run the server :

php artisan serve

the visit http://127.0.0.1:8000/

About

Laravel 8 project built using Vue.js 3 (Vitejs) + TailwindCSS 2 + Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published