Template pour un projet Symfony + Vue.js + Vite + TailwindCSS.
yarn install
composer install
Modifier les TODO
dans les fichiers docker-compose.yml
et base.html.twig
.
symfony serve -d
vite / yarn dev
git tag <version> && git push origin --tags
Le déploiement se lance automatiquement au tag.
Tailwind classes are prefixed with tw-
to avoid conflicts with other potential libraries (e.g. Quasar or Vuetify).