Skip to content

scc416/weather

Repository files navigation

Weather

A simple weather app.

Table of Content

Live Demo

The web app is deployed to Netlify:
https://the-weather-vue.netlify.app/

Final Product

desktop phone

Dependencies

Getting Started

  1. Clone or download this repository onto your local device.
  2. cd to the folder where this project is cloned.
  3. Install all dependencies with npm install command.
  4. Run the app in the development mode with npm run serve command.
  5. Open the broswer and visit: http://localhost:8080/.

Credits