Weather-app
A simple app that uses the open weather API to display simple information about the weather in your area.
Project setup
please install the required dependencies first.
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint