# vue-roaster
> Material Design style Toast (Alert) for Vue
## Installation
`npm install -S --production vue-roaster`
## Usage
```
```
See [example](https://github.com/atjonathan/vue-roaster/tree/master/example) folder for more details.
## Contributing
``` bash
# install dependencies
npm install
# serve example with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```