Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.39 KB

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 📚.

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