Installation
This is an example article about how to install an application.
Preresquisites
- Node.js
- NPM
Integration
The application can be integrated in two ways.
via CDN
<script src="https://gitlab.com/nfdi4culture/example/example.<version>.js"></script>
Version | Status |
---|---|
1.0 | recommended |
0.8 | legacy |
via NPM
npm install TIBHannover/example
⚠️ For production, we recommend to use the NPM integration approach.