Setup Environment

To create a component it is necessary to have the Node installed. All components made are published to a private repository, in the development environment need to have npm with reference to that repository.

So, as a first step, install NRM, which is a registries manager for NPM, NPM is the Node package manager. To configure, you must execute the commands below.


$ npm i nrm
$ nrm add private http://intelli.brintell.com/verdaccio/
$ nrm use private