1.0.2 • Published 5 years ago

egg-sw v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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