material-design-lite : Material Design Components in CSS, JS and HTML. You can installing material-design-lite 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 material-design-lite $ sudo npm install -g material-design-lite
If want to update the material-design-lite package execute the command as below,
$ sudo npm update material-design-lite
Update package globally,
$ npm install -g material-design-lite
$ sudo git clone https://github.com/rektide/material-design-lite.git
$ sudo npm install -g ./material-design-lite
material-design-lite@1.3.0 /usr/lib/node_modules/material-design-lite
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall material-design-lite
Package Name | material-design-lite |
Version | 1.3.0 |
Description | Material Design Components in CSS, JS and HTML |
Released Date | 2016-12-21T13:16:56.828Z |
Published by | sgomes |
How to Learn | https://www.npmjs.com/package/material-design-lite/tutorial |