The Vue CLI (https://cli.vuejs.org/) is the perfect companion for creating Vue.js applications, similar to what the Angular CLI is to Angular.
Installing this tool is very simple; you just need to execute the npm install -g @vue/cli command (or yarn global add @vue/cli if you prefer using Yarn).
Using the Vue CLI, you can easily scaffold new applications. While doing so, you can pick and choose from the different tools that you're interested ...