inferno-component : Provides ES2015 stateful components (with lifecycle events) to Inferno. You can installing inferno-component 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 inferno-component $ sudo npm install -g inferno-component
If want to update the inferno-component package execute the command as below,
$ sudo npm update inferno-component
Update package globally,
$ npm install -g inferno-component
$ sudo git clone https://github.com/rektide/inferno-component.git
$ sudo npm install -g ./inferno-component
inferno-component@3.10.1 /usr/lib/node_modules/inferno-component
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall inferno-component
Package Name | inferno-component |
Version | 3.10.1 |
Description | Provides ES2015 stateful components (with lifecycle events) to Inferno |
Released Date | 2017-10-13T10:13:14.690Z |
Published by | havunen |
How to Learn | https://www.npmjs.com/package/inferno-component/tutorial |