Include different versions of Vue.js depending the environment
We should find a way to include vue.js
conditionally. In development, we should include unminified version of vue.js
to be able to use the Vue DevTools but in production we should include vue.min.js
.