Caution
This repository is archived and not further developed!
You can find the latest NPM package version here.
Check out the in depth documentation here 📚.
- nfdi-homepage
- nfdi-knowledgebase
- nfdi-helpdesk
- web-components-docs
- dataplant-registration-frontend, found at bwcloud Gitlab Freiburg
- keycloak theme for gitlab login, found at bwcloud Gitlab Freiburg
Update webcomponents with npm install @nfdi4plants/web-components@latest
or according to project README.md.
For standard projects which already contain node module dependency bundling you can install and update the webcomponents with:
npm install @nfdi4plants/web-components@latest
Once npm install
.
Run npm run dev
in the root folder and you can see all changes in http://localhost:3000/.
- Increase version in
package.json
npm run build
- Test:
npm publish --dry-run
- Publish:
npm publish