Skip to main content

Getting Started with code

Add Access Token

the DHL User Interface Library is a private package for DHL digital services and requires an npm access token.

To receive an access token contact Dennis Appelrath.

To enable installation and local development, add the token to your .npmrc file.

.npmrc
//registry.npmjs.org/:_authToken=${DUIL_NPM_TOKEN}

For guidance on how to use the .npmrc file, see the .npmrc FAQ section.

note

The npm access token must be kept safe: it is a secret not to be shared or stored in cleartext.

info

The DHL User Interface Library is not available in Artifactory.

Installation and Setup

framework setupInstall and setup the DHL User Interface Library code for Angular, React, and Vue frameworks.

This version is recommended for new projects.
Get Started
framework setup (legacy)Installation for Dhl User Interface Library versions up till 2.4.0.
This version will be deprecated and discontinued in the future.
Get Started (legacy)

troubleshooting

If you require installation support or have feedback on the installation documentaton, please contact us via the Getting Help page.