The current webpack configuration for vue-loader doesn't work with .vue files.
Here the doc: https://github.com/vuejs/vue-loader/blob/master/docs/en/features/postcss.md
It can be fix by adding a postcss.config.js file on each project but that's not a solution.