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
For some specific version:
- ES5: 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
or
- ES6: 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
Bower
bower i vue-notifications --save
Direct download
https://github.com/se-panfilov/vue-notifications/releases
Dev Build
You will have to clone directly from GitHub and buildvue-notifications
yourself if you want to use the latest dev build.
git clone git@github.com:se-panfilov/vue-notifications.git
cd node_modules/vue-notifications
npm install
npm run build