Skip to content

s4l1h/vue-toastr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d08875 · Aug 26, 2022

History

99 Commits
Jul 10, 2019
Sep 6, 2019
May 26, 2021
Sep 6, 2019
Sep 6, 2019
Oct 17, 2018
Jun 29, 2019
Feb 10, 2016
Jun 29, 2019
Jun 29, 2019
Aug 26, 2022
Sep 6, 2019
Jul 27, 2019
Sep 6, 2019
Sep 6, 2019
Sep 6, 2019
Jul 27, 2019

Repository files navigation

vue-toastr

You can find React.js version of this library from here

For Vue.js 3 => vue-toastr@3.0.5 (still beta) There is no breaking changes.The api is as same as v2.
The Only changed thing is JS files doesn't include css file content. 
You need to import dist/style.css or src/vue-toastr.scss to your project.
This gives more flexibility to library.

Dev branch: https://github.com/s4l1h/vue-toastr/tree/dev-v3 
Demo: https://codesandbox.io/s/quizzical-grass-eb62u


For Vue.js 3 => vue-toastr@3.0.5

For Vue.js 2 => vue-toastr@2.1.2

For Vue.js 1 => vue-toastr@1.0.4

Project setup

yarn install

Compiles and hot-reloads for development

yarn run demo

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Build and Watch Documentation

yarn run docs

Reference and documentation

See http://s4l1h.github.io/vue-toastr/.

Basic Demo

https://codepen.io/s4l1h/pen/PyaRGQ

Contribute

You can send your pull requests via the dev branch.