Install & Download:
# install deps
npm install
# serve examples at http://localhost:8080/
npm run dev
# build dist/vue-toastr.js dist/vue-toastr.css
npm run build
# build for production min version. dist/vue-toastr.min.js dist/vue-toastr.min.css
npm run build_min
# build for production js+css combine. dist/vue-toastr.combine.min.js
npm run build_combine
# clear All builds.. rm -rf dist/*
npm run clear
#Build all. npm run build && npm run build_min && npm run build_combine
npm run buildAllDescription:
A toast-style notification component for Vue.js 2. Without any 3rd dependencies.
Features:
- info, warning, error, success notification types.
- ‘toast-top-right’, ‘toast-bottom-right’, ‘toast-bottom-left’, ‘toast-top-left’, ‘toast-top-full-width’, ‘toast-bottom-full-width’, ‘toast-top-center’, ‘toast-bottom-center’
- Progress bar.
- Close on hover and/or click.
Preview:





