Demos used in my talk about Using Vuejs in non Vuejs projects
Including Vue instance in different way in a symfony stack : isolated, synchronized with store (Vuex), stated with routing (Vue router)
This symfony instance has to be behind a webserver (like an apache in docker) We use Webpack Encore to speed up the setup
# install dependencies
$ composer install // install symfony vendors
$ npm install
# build assets part
$ npm run dev
This demo is used at Vue.js Roadtrip Paris 2018