Skip to content

benoitalix/vue-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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