UNPKG

vue-notifications

Version:
60 lines (34 loc) 1.52 kB
# Installation ##Latest version For latest versions you can install it only via npm: ``` npm i vue-notifications --save ``` or ``` yarn add vue-notifications ``` ##Legacy version For legacy versions (below v1.0.0) cdn and bower is also available: ### CDN Basically: [https://unpkg.com/vue-notifications](https://unpkg.com/vue-notifications) For some specific version: * ES5: [https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es5.js](https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es5.js) * ES5 minified: [https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es5.min.js](https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es5.min.js) or * ES6: [https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es6.js](https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es6.js) * ES6 minified: [https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es6.min.js](https://unpkg.com/vue-notifications@x.x.x/dist/vue-notifications.es6.min,js) ### Bower ``` bower i vue-notifications --save ``` ### Direct download [https://github.com/se-panfilov/vue-notifications/releases](https://github.com/se-panfilov/vue-notifications/releases) ## Dev Build {#dev-build} You will have to clone directly from GitHub and build`vue-notifications`yourself if you want to use the latest dev build. ```shell git clone git@github.com:se-panfilov/vue-notifications.git cd node_modules/vue-notifications npm install npm run build ```