Node

Components.js can be installed using npm:

$ npm install componentsjs

Or with any other Node package manager, such as Yarn:

$ yarn add componentsjs

GitHub

Alternatively, the source code can be checked out from GitHub and installed as such.

$ git clone git@github.com:LinkedSoftwareDependencies/Components.js.git
$ cd Components.js
$ npm install