benoitalix / vue-weather-app

Weather application based on Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Weather application based on Vue.js


Languages

Language:CSS 62.7%Language:Vue 32.4%Language:HTML 2.5%Language:JavaScript 2.4%