vue-snotify

所属分类:前端开发
开发工具:TypeScript
文件大小:3465KB
下载次数:0
上传日期:2022-03-01 23:15:46
上 传 者sh-1993
说明:  Vuejs 2通知中心
(Vuejs 2 Notification Center)

文件列表:
.editorconfig (245, 2018-11-24)
.npmignore (347, 2018-11-24)
.postcssrc.js (197, 2018-11-24)
.stylelintrc (200, 2018-11-24)
.travis.yml (373, 2018-11-24)
CHANGELOG.md (2754, 2018-11-24)
CONTRIBUTING.md (922, 2018-11-24)
LICENSE.md (1081, 2018-11-24)
docs (0, 2018-11-24)
docs\SUMMARY.md (2673, 2018-11-24)
docs\api (0, 2018-11-24)
docs\api\callbacks.md (562, 2018-11-24)
docs\api\enums.md (819, 2018-11-24)
docs\api\interfaces.md (1798, 2018-11-24)
docs\api\model.md (1076, 2018-11-24)
docs\api\options.md (3927, 2018-11-24)
docs\api\snotify.md (4648, 2018-11-24)
docs\api\types.md (385, 2018-11-24)
docs\book.json (457, 2018-11-24)
docs\essentials (0, 2018-11-24)
docs\essentials\animations.md (994, 2018-11-24)
docs\essentials\development.md (343, 2018-11-24)
docs\essentials\examples.md (3548, 2018-11-24)
docs\essentials\getting-started.md (2342, 2018-11-24)
docs\essentials\styling.md (891, 2018-11-24)
docs\essentials\upgrade.md (1977, 2018-11-24)
docs\gitbook (0, 2018-11-24)
docs\gitbook\images (0, 2018-11-24)
docs\gitbook\images\favicon.ico (15086, 2018-11-24)
docs\installation.md (1677, 2018-11-24)
example (0, 2018-11-24)
example\build (0, 2018-11-24)
example\build\build.js (1107, 2018-11-24)
example\build\check-versions.js (1287, 2018-11-24)
example\build\dev-client.js (251, 2018-11-24)
example\build\dev-server.js (3262, 2018-11-24)
... ...

# vue-snotify [![Build Status](https://travis-ci.org/artemsky/vue-snotify.svg?branch=master)](https://travis-ci.org/artemsky/vue-snotify) [![NPM Version](https://img.shields.io/npm/v/vue-snotify.svg)](https://www.npmjs.com/package/vue-snotify) [![NPM Downloads](https://img.shields.io/npm/dt/vue-snotify.svg)](https://www.npmjs.com/package/vue-snotify) [![Dev dependencies status list](https://david-dm.org/artemsky/vue-snotify/dev-status.svg)](https://david-dm.org/artemsky/vue-snotify?type=dev) ## Example https://artemsky.github.io/vue-snotify/ ## Features - 9 types of toast notifications (async, confirm, prompt, html and more...) - Many config options (icons, backdrop, timeout, position and much more...) - Repository includes 3 different styles. So you can use on of them, or create your own. - Callbacks - 5KB minified and gzipped - Typescript definitions - ESM, CommonJS, UMD versions ###### Looking for an Angular version? [Here](https://github.com/artemsky/ng-snotify/) ![Snotify Gif](https://artemsky.github.io/vue-snotify/static/vue-snotify-demo.gif) ## Installation ###### NPM 5 `npm install vue-snotify` ###### yarn `yarn add vue-snotify` [see detailed instruction](https://artemsky.github.io/vue-snotify/documentation/installation.html) ## Documentation and Examples Documentation - [here](https://artemsky.github.io/vue-snotify/documentation/index.html) Example application source - [here](https://github.com/artemsky/vue-snotify/tree/master/example/src) Change Log - [here](https://github.com/artemsky/vue-snotify/blob/master/CHANGELOG.md) #### CDN - JS - [unpkg.com](https://unpkg.com/vue-snotify@latest/vue-snotify.min.js) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/vue-snotify.min.js) - CSS - material [unpkg.com](https://unpkg.com/vue-snotify@latest/styles/material.css) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/styles/material.css) - simple [unpkg.com](https://unpkg.com/vue-snotify@latest/styles/simple.css) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/styles/simple.css) - dark [unpkg.com](https://unpkg.com/vue-snotify@latest/styles/dark.css) | [jsDelivr.com](https://cdn.jsdelivr.net/npm/vue-snotify@latest/styles/dark.css) ## License MIT [artemsky](mailto:mr.artemsky@gmail.com)

近期下载者

相关文件


收藏者