Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 611 Bytes

COMPODOC.md

File metadata and controls

23 lines (15 loc) · 611 Bytes

Compodoc automated documentation

Compodoc is a documentation tool for Angular applications. It generates a static documentation of your application. Others developers of your team, or internet visitors for a public documentation, can easily understand the features of your application or library.

How to run

Generate documentation.

npm run compodoc:g

Generate documentation and serve on http://localhost:8080.

npm run compodoc:s

Generate documentation, serve on http://localhost:8080 and watch changes.

npm run compodoc:w