element-ui : A Component Library for Vue.js.. You can installing element-ui 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-ui $ sudo npm install -g element-ui
If want to update the element-ui package execute the command as below,
$ sudo npm update element-ui
Update package globally,
$ npm install -g element-ui
$ sudo git clone https://github.com/rektide/element-ui.git
$ sudo npm install -g ./element-ui
element-ui@2.0.5 /usr/lib/node_modules/element-ui
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall element-ui
| Package Name | element-ui |
| Version | 2.0.5 |
| Description | A Component Library for Vue.js. |
| Released Date | 2017-11-17T07:27:29.787Z |
| Published by | yi.yang |
| How to Learn | https://www.npmjs.com/package/element-ui/tutorial |