bla-module
v1.0.0
Published
Module
Downloads
3
Readme
Installation
You may install from Git directly (using Stash) or from Nexus.
From Git using Stash
npm install git+ssh://[email protected]:7999/cro/cr-npm-modules.git
From Nexus
Create a file called
.npmrc
in your home folder, if you haven’t already:touch ~/.npmrc
Add the following to it:
registry=http://nexus.crinfra.net:8081/nexus/content/groups/npm-all/
Usage
@import "node_modules/cr-social/js/index.js";
@import "node_modules/cr-social/css/styles.css";