nfdi4plants / web-components

DataPLANT branded web-components for diverse elements. Used in knowledgebase and main pages.
https://nfdi4plants.github.io/web-components-docs/
4 stars 3 forks source link

[!CAUTION] This repository is archived and not further developed!

nfdi4plants/web-components

NPM

You can find the latest NPM package version here.

Check out the in depth documentation here :books:.

List of projects using these web-components

Update webcomponents with npm install @nfdi4plants/web-components@latest or according to project README.md.

Installation

For standard projects which already contain node module dependency bundling you can install and update the webcomponents with:

npm install @nfdi4plants/web-components@latest

Local development

Set Up

Once npm install.

Run

Run npm run dev in the root folder and you can see all changes in http://localhost:3000/.

Publish

  1. Increase version in package.json
  2. npm run build
  3. Test: npm publish --dry-run
  4. Publish: npm publish