https://github.com/matt-dionis/vue-weather
https://github.com/matt-dionis/vue-weather
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matt-dionis/vue-weather
- Owner: Matt-Dionis
- Created: 2017-06-20T17:28:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:29:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T07:38:06.521Z (8 months ago)
- Language: JavaScript
- Size: 900 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forecast-app
> A weather forecast app built with VueJS
The VueJS code all lives within `/src`
You will need to have [DarkSky](https://darksky.net/dev/) and [Google](https://console.developers.google.com) API keys and set them with `process.env.DARK_SKY_KEY` and `process.env.GOOGLE_MAPS_KEY` to successfully test the app.
## Build Setup
``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).