Matt-Dionis / vue-weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forecast-app

A weather forecast app built with VueJS

The VueJS code all lives within /src

You will need to have DarkSky and Google API keys and set them with process.env.DARK_SKY_KEY and process.env.GOOGLE_MAPS_KEY to successfully test the app.

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# run unit tests
yarn run unit

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About


Languages

Language:JavaScript 65.6%Language:Vue 33.2%Language:HTML 1.2%