Create a new project with Vue Router using the Vue CLI UI
if you haven’t worked with Vue CLI before, you’ll need to install it.
Install Vue CLI
Open up your terminal and type.
npm install -g @vue/cli
OR
yarn global add @vue/cli
Open Vue CLI GUI
vue ui