Building a Vue application with a Java backend and a custom vue-cli configuration
In this guide you will learn how to combine a VueJS front-end with a Java backend. We will achieve this using a custom vue-cli configuration and directory structure. You will also see how to use a maven plugin to help build the Vue app during the package phase of the maven build process, so that you do not have to run two commands to build the final application, which we will bundle as an uber jar.
[Read More]