@nfdi4plants/web-components
v1.2.3
Published
Webcomponent test-component following open-wc recommendations
Downloads
23
Keywords
Readme
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
- 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.
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
- Increase version in
package.json
npm run build
- Test:
npm publish --dry-run
- Publish:
npm publish