vue_weather_app_1366x768_poster

Vue-Weather-App

Vue Weather App

Technologies

  • Html
  • Css
  • JavaScript
  • Vue

Dependencies

  • Vue-Router

Project Setup Process

Install npm (for npm packages)

npm install

add your openweather api key (to use app)

if you dont have an openweather api key you easily get an api key with go to OpenWeather website. Click Here To Go OpenWeather WebSite

1. open "App.vue" file
2. Replace "api_key" variable with your openweather api key

to run project in development environment

npm run dev

Compile and Minify for Production

npm run build

Lint with

npm run lint