Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sdras/vue-weather-notifier

A small SVG animation illustrating a weather app notification in Vue
https://github.com/sdras/vue-weather-notifier

Last synced: 19 days ago
JSON representation

A small SVG animation illustrating a weather app notification in Vue

Lists

README

        

# Vue Weather Notifier

Live demo: [http://codepen.io/sdras/full/YNpaoJ](http://codepen.io/sdras/full/YNpaoJ)

![Vue Weather Notifier](https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/weather-og.jpg "Play with me")

This small Vue app shows a simple update of state with vuex for SVG animations. Animations work both in the `` component, and also within `mounted()`, for more complex movement. I'm using GreenSock Animation API, and splitting the defs into their own template file.

## Build Setup

``` bash
# install dependencies
npm install

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

# build for production with minification
npm run build
```