egg-sw

server-worker.js bounce middleware for egg

Usage no npm install needed!

<script type="module">
  import eggSw from 'https://cdn.skypack.dev/egg-sw';
</script>

README

egg-sw

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

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