文件名称:vue-notifyjs:极简主义1kb通知组件
文件大小:82KB
文件格式:ZIP
更新时间:2024-06-06 03:32:10
notifications component vue vuejs2 CSS
vue-notify.js Vue 2.x的极简通知组件为什么要使用它? 小:1.5kb(最小化并压缩),4kb(最小化) 简单this.$notify({message:'My message'}) 有多个主题 可以通过Vue过渡自定义动画 既可以通过npm使用,也可以作为脚本标签使用 演示: 支持3个主题 材料设计主题 Now-ui主题 安装 yarn add vue-notifyjs CDN JS: https://unpkg.com/vue-notifyjs/dist/vue-notifyjs.min.js https://unpkg.com/vue-notifyjs/dist/vue-notifyjs.js CDN CSS: https://unpkg.com/vue-notifyjs/themes/default.css https://unpkg.c
【文件预览】:
vue-notifyjs-master
----yarn.lock(213KB)
----src()
--------Notification.js(4KB)
--------Notifications.js(2KB)
--------index.js(2KB)
----example()
--------App.vue(5KB)
--------index.js(131B)
----LICENSE(1KB)
----README.md(4KB)
----.editorconfig(417B)
----.gitignore(59B)
----package.json(1KB)
----themes()
--------default.css(2KB)
--------default.scss(2KB)
--------default()
--------now-ui.scss(2KB)
--------material.scss(2KB)
--------transitions()
--------material.css(5KB)
--------now-ui.css(2KB)
--------material()