I\'m doing a program using Slim 2 that uses Twig as my templating engine. so It uses the syntax {{ foo }} in php file. On the other hand, I\'m using vue.js, it
{{ foo }}
Just a heads up. On Vue JS 2. The way of doing this is add an object to Vue.
new Vue({ el: '#app', delimiters: ['${', '}'], }