JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19364
  • Score
    100M100P100Q136796F

static server plugin for egg

Package Exports

  • egg-static/app/middleware/static.js

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 (egg-static) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

egg-static

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Static server plugin for egg, base on koa-static-cache.

Install

$ npm i egg-static --save

Usage

  • plugin.js
exports.session = {
  enable: true,
  package: 'egg-session',
};

Configuration

Support all configurations in koa-static-cache.

Questions & Suggestions

Please open an issue here.

License

MIT