文件名称:vue-notification:一个干净,美观的VueJs通知系统
文件大小:375KB
文件格式:ZIP
更新时间:2024-03-31 11:41:04
系统开源
语音通知 通知(小吃栏)Vue组件。 与Vue 2.x兼容 演示版 要在线观看演示: : 安装 npm install @mathieustan/vue-notification --save 或者 yarn add @mathieustan/vue-notification import VueNotification from '@mathieustan/vue-notification' ; Vue . use ( VueNotification ) ; // Or with options (like breakpoints) Vue . use ( VueNotification , { breakpoints : { 0 : { bottom : true , } , 480 : { top : true ,
【文件预览】:
vue-notification-master
----.gitignore(230B)
----README.md(5KB)
----.browserslistrc(21B)
----public()
--------index.html(569B)
--------favicon.ico(4KB)
----tests()
--------unit()
----package.json(3KB)
----dist()
--------vue-notification.esm.js(55KB)
--------vue-notification.umd.js(26KB)
--------vue-notification.min.js(26KB)
----src()
--------components()
--------constants()
--------mixins()
--------index.js(501B)
--------styles()
----build()
--------rollup.config.umd.js(357B)
--------rollup.config.es.js(189B)
--------rollup.config.base.js(1KB)
--------rollup.config.browser.js(377B)
----postcss.config.js(59B)
----jest.config.js(1KB)
----doc-src()
--------.gitignore(44B)
--------README.md(338B)
--------.browserslistrc(21B)
--------public()
--------package.json(886B)
--------src()
--------.eslintignore(13B)
--------babel.config.js(56B)
--------yarn.lock(345KB)
--------.eslintrc.js(1KB)
--------vue.config.js(251B)
----.editorconfig(121B)
----babel.config.js(151B)
----yarn.lock(443KB)
----.eslintrc.js(2KB)