April 2018
Beginner
368 pages
7h 37m
English
The first component we will create is the main weather component. We need the following three properties attached to it:
The data array will need the data points of the following components:
To make a call to the OpenWeather API, we will use Vue resource method for .get(). The results of this method will be stored in the weather data point and then set the displayWeather data point to true.