Generate custom-elements.json from Stencil

Add more informations about how to generate a valid custom-elements.json from Stencil
This commit is contained in:
David MARTIN 2020-02-16 21:50:29 +01:00 committed by GitHub
parent ab9c9cb589
commit d9e91e59c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,15 @@ Known analyzers that output `custom-elements.json`:
- [stenciljs](https://stenciljs.com/)
- Supports Stencil (but does not have all metadata)
To generate this file with Stencil,
add `docs-vscode` to outputTargets in the stencil.config.ts
```
{
type: 'docs-vscode',
file: 'custom-elements.json'
},
```
It basically looks like this:
```json