egg-proxy-npm
v1.1.1
Published
npm 资源代理
Downloads
5
Maintainers
Readme
egg-proxy-npm
Install
$ npm i egg-proxy-npm --save
Usage
// {app_root}/config/plugin.js
exports.proxyNpm = {
enable: true,
package: 'egg-proxy-npm',
};
Configuration
// {app_root}/config/config.default.js
exports.proxyNpm = {
baseDir: path.join(appInfo.baseDir, 'node_modules'), // 配置文件具体存放地址, 默认node_modules 目录
cacheControl: `public, max-age=${6000 * 24 * 60 * 60 * 1000}`,
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.