weather-app

First App in Vue is a weather app that fetches weathe from the openweathermap API based on user input, and returns the current temperature in that location.

Project setup

npm install

npm -g i @vue/cli

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.