Skip to content

ghartemann/symfony-vue-template

Repository files navigation

Symvue : l'incroyable template

symvue.ghartemann.fr

Template pour un projet Symfony + Vue.js + Vite + TailwindCSS.

Tutoriel

Installer le projet :

yarn install
composer install

Configuration :

Modifier les TODO dans les fichiers docker-compose.yml et base.html.twig.

Pour dev

Démarrer le serveur Symfony

symfony serve -d

Lancer le hot-reload

vite / yarn dev

Pour deploy

Créer un self-hosted runner

Doc Github

Commit et tag une version

git tag <version> && git push origin --tags

Le déploiement se lance automatiquement au tag.

Notice

Tailwind classes are prefixed with tw- to avoid conflicts with other potential libraries (e.g. Quasar or Vuetify).