Demos used in my talk about "Replacing jQuery by Vuejs"
Including Vue instance in different way in a project : the simple way, the widget approach
This symfony instance has to be behind a webserver (like an apache in docker) We use Webpack Encore to speed up the setup
You can use this simple docker repository : it's not perfect, but easy to use.
# install dependencies
$ composer install // install symfony vendors
$ npm install
# build assets part
$ npm run dev
This demo is used at MontpellierJS 17/10/2018