@colmena/api-explorer-style
v0.1.0
Published
Colmena style for the Loopback API Explorer
Downloads
4
Readme
Colmena Component Explorer Style
Colmena style for the Loopback API Explorer.
Usage
Configure loopback-component-explorer in component-config.json by setting uiDirs
as the path to your api-explorer-style installation:
{
"loopback-component-explorer": {
"mountPath": "/explorer",
"uiDirs": [
"node_modules/@colmena/api-explorer-style"
]
}
}