vulcain-corejs
Version:
Vulcain micro-service framework
27 lines (17 loc) • 406 B
Markdown
# Micro service framework
Documentation for the vulcain-corejs API can be found [here](./docs/index.md).
## Generate Typedoc
Generate Typescript documentation
Launch :
```bash
$ gulp doc
```
After launch web-server for visualize documentation on **docs** folder
If you haven't **live-server** installed, launch
```bash
$ npm install -g live-server
```
Visualize :
```bash
$ live-server ts-doc
```