Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 397 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 397 Bytes

Symfony 7 + Vue 3 + Tailwind + Vuetify

Project setup

yarn install
composer install

Starts the symfony server

symfony serve -d

Compiles and hot-reloads for development

yarn hot

Compiles and minifies for production

yarn build

Notice

Tailwind classes are prefixed with tw- and Vuetify classes are prefixed with v- to avoid conflicts.