/vue-toast-notification

A dynamic toast notification component created with Vue.js.

Primary LanguageJavaScript

Clone project

git Clone https://github.com/abugi/vue-toast-notification.git

Check into the project directory

cd vue-toast-notification

Install project dependencies

npm install

Run project on local development server

npm run dev

Compile and minifie for production

npm run build