Initializing the app
Let’s begin by starting with a slightly different configuration for the Vue.js CLI starter:
npm init vue@latest
Hit y
to proceed, choose vue-local-weather
as the project name, and select the options shown in the following screenshot:
Figure 3.1 – The setup configuration for the local weather app
After following the instructions to install the dependencies and cleaning up the default files, we can get to work!