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](https://static.packt-cdn.com/products/9781837630394/graphics/image/B19563_03_01.jpg)
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!