Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.03 KB

vue-weather

A weather demo app using Vue.js 2 & Vuex. Weather information is provided in real time using Weatherbit API.

vue-weather demo
- Live demo -

Other dependencies

Notes

Quickstart

To start:

$ npm install

To develop:

$ npm run serve

To build for production:

$ npm run build