Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 723 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 723 Bytes

Vue.js weather application

Weather application using Vue.js and Weatherbit API.

Weather app

Setup

Install project dependencies

# Clone repository
git clone https://github.com/balix/vue-weather-app.git

# Node dependencies
yarn install

Build the application

# Dev
yarn serve

# Compile
yarn build

# Linter
yarn lint

Built With