https://github.com/compodoc/compodoc-demo-stencil
Stencil demo application documented, and ready for Compodoc
https://github.com/compodoc/compodoc-demo-stencil
Last synced: 9 months ago
JSON representation
Stencil demo application documented, and ready for Compodoc
- Host: GitHub
- URL: https://github.com/compodoc/compodoc-demo-stencil
- Owner: compodoc
- License: mit
- Created: 2019-01-29T04:35:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T05:11:03.000Z (over 7 years ago)
- Last Synced: 2025-06-29T04:36:52.944Z (12 months ago)
- Language: TypeScript
- Homepage: https://compodoc.github.io/compodoc-demo-stencil/
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compodoc Demo Stencil
[Live demo](https://compodoc.github.io/compodoc-demo-stencil/)
This project was forked from https://github.com/jgw96/stencil-beer
It is a demo project for demonstrating Compodoc features :
- architecture
- components documentation
- documentating methods and properties of components, classes, interfaces, etc...
## Getting Started
To build the documentation, run:
```bash
npm i
npm run doc
```