Source code of the tutorial thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs.
If you want to try out the project just follow these steps.
docker-compose up
docker-compose exec app /bin/bash
composer install
npm install
yarn dev
php bin/console doctrine:migration:migrate
php bin/console doctrine:fixtures:load
App: app.localhost (login: foo / pass: bar)
phpMyAdmin: phpadmin.app.localhost