laravel-elixir-vueify
laravel-elixir-vueify copied to clipboard
Update package.json
for vue 2.0
This change can lead to a problem if you are using import Vue from 'vue';
because the default vue
module is the runtime-only build, which does not include the template compiler.
So we need to use aliasify
like the docs says: https://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build