element-class : add and remove classes from dom elements. You can installing element-class 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 element-class $ sudo npm install -g element-class
If want to update the element-class package execute the command as below,
$ sudo npm update element-class
Update package globally,
$ npm install -g element-class
$ sudo git clone https://github.com/rektide/element-class.git
$ sudo npm install -g ./element-class
element-class@0.2.2 /usr/lib/node_modules/element-class
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall element-class
Package Name | element-class |
Version | 0.2.2 |
Description | add and remove classes from dom elements |
Released Date | 2015-08-16T09:10:02.368Z |
Published by | maxogden |
How to Learn | https://www.npmjs.com/package/element-class/tutorial |