Barcode Xpress for Node.js v13.4 - Updated
Installation
Getting Started > Installation

Installing the Component

Barcode can be installed from the node repository by running the following command:

Copy Code
npm install barcode-js

This will install the node package to your node_modules directory.

Uninstalling the Component

Run the following command:

Copy Code
npm remove barcode-js

 

See Also