Table of Contents
About
Module
publication
Articles Related
Javascript Package
How to develop, publish and use a javascript library ?
Node
Node module are available after publication to npm through
https://unpkg.com/
Conf
in
package.json
private: true
to prevent it from being published at all
publishConfig“:{“registry”:“
http://my-internal-registry.local
”}
to publish it only to an
internal registry
.
Publishing to NPMjs
Example
Build
from
Publishing to NPM