jonashackt/spring-boot-vuejs

Upgrade deprecated webpack template to new Vue CLI 3 Plugin architecture (incl. webpack 4.x)

jonashackt opened this issue · 1 comments

With Vue CLI 3, the whole templating mechanism for initializing new projects in Vue.js was deprecated. Version 3 introduces a plugin architecture (https://vuejsdevelopers.com/2018/03/26/vue-cli-3/), which is also based on webpack 4.x. With the now legacy templates like https://github.com/vuejs-templates/webpack, the upgrade to webpack 4.x would be a lot of work (see vuejs-templates/webpack#1433) - and makes no sense with the rise of Vue CLI 3.

See 727e254 for documentation of Vue CLI 3