vue-cookie : A Vue.js plugin for manipulating cookies. You can installing vue-cookie npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install vue-cookie $ sudo npm install -g vue-cookie
If want to update the vue-cookie package execute the command as below,
$ sudo npm update vue-cookie
Update package globally,
$ npm install -g vue-cookie
$ sudo git clone https://github.com/rektide/vue-cookie.git
$ sudo npm install -g ./vue-cookie
vue-cookie@1.1.4 /usr/lib/node_modules/vue-cookie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vue-cookie
| Package Name | vue-cookie |
| Version | 1.1.4 |
| Description | A Vue.js plugin for manipulating cookies |
| Released Date | 2017-04-05T08:33:36.113Z |
| Published by | alfhen |
| How to Learn | https://www.npmjs.com/package/vue-cookie/tutorial |