esdoc-webapp-plugin
v1.0.3
Published
A WebApp plugin for ESDoc
Downloads
5
Maintainers
Readme
ESDoc WebApp Plugin
Makes ESDoc function as though it were a single page web app. This helps with page transition smoothness and keeping the scroll position.
Install
npm install esdoc-webapp-plugin
Config
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc-webapp-plugin"}
]
}
LICENSE
GPL