Skip to content

tingxinCY/egg-sw

Repository files navigation

egg-sw

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-sw --save

Usage

// {app_root}/config/plugin.js
exports.sw = {
  enable: true,
  package: 'egg-sw',
};

Configuration

// {app_root}/config/config.default.js
exports.sw = {
  prefix: '/',
  path: '/service-worker.js',
  dir: path.join(appInfo.baseDir, 'app/public'),
  preload: false,
  buffer: false,
  maxFiles: 1,
  dynamic: true,
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

server-worker.js bounce middleware for egg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published