An open API service indexing awesome lists of open source software.

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

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
```