Skip to content
Snippets Groups Projects
Unverified Commit 926b7d5a authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add dbp-typescript-example usage documentation and build script entry

parent 684ce586
No related branches found
No related tags found
No related merge requests found
Pipeline #45725 passed
...@@ -9,3 +9,10 @@ You can install this component via npm: ...@@ -9,3 +9,10 @@ You can install this component via npm:
```bash ```bash
npm i @dbp-toolkit/typescript-example npm i @dbp-toolkit/typescript-example
``` ```
Or use it directly via CDN:
```html
<dbp-typescript-example></dbp-typescript-example>
<script type="module" src="https://unpkg.com/@dbp-toolkit/typescript-example@0.2.2/dist/dbp-typescript-example.js"></script>
```
{ {
"name": "@dbp-toolkit/typescript-example", "name": "@dbp-toolkit/typescript-example",
"version": "0.2.2", "version": "0.2.3",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": { "repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment