dojo : Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.. You can installing dojo 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 dojo $ sudo npm install -g dojo
If want to update the dojo package execute the command as below,
$ sudo npm update dojo
Update package globally,
$ npm install -g dojo
$ sudo git clone https://github.com/rektide/dojo.git
$ sudo npm install -g ./dojo
dojo@1.13.0 /usr/lib/node_modules/dojo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dojo
Package Name | dojo |
Version | 1.13.0 |
Description | Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance. |
Released Date | 2017-09-26T21:20:02.622Z |
Published by | sitepen |
How to Learn | https://www.npmjs.com/package/dojo/tutorial |