# toasters > Toast alerts (initially developed for Vue.js with a material-design style) ## Installation `npm install -S --production toasters` ## Usage ``` ``` ## Contributing ``` bash # install dependencies npm install # watch files for changes wtih webpack npm run dev # build for production with minification npm run build ```