JSPM

esdoc-webapp-plugin

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q35524F
  • License GPL

A WebApp plugin for ESDoc

Package Exports

  • esdoc-webapp-plugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esdoc-webapp-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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