@vue3-noti/core
v1.0.1
Published
Vue3 Toast with Composition API
Downloads
31
Readme
vue3-noti
Vue3 Toast with Composition API
Typescript supported, easy to use, customizable, lightweight toast library for Vue3.
Installation
npm install @vue3-noti/core
yarn add @vue3-noti/core
pnpm install @vue3-noti/core
Contribution Guide
# Install packages
pnpm install
# Run both core and docs and playground
pnpm dev