next offline:通过Google的工作箱使用服务人员使Next.js应用程序脱机工作 源码
下线 将与和在您的应用程序中轻松启用离线功能! 安装 $ npm install --save next-offline $ yarn add next-offline 用法 有两个重要的设置,首先,我们需要next-offline来包装您的下一个配置。 如果还没有, next.config.js在项目中创建next.config.js 。 // next.config.js const withOffline = require ( 'next-offline' ) const nextConfig = { ... } module . exports = withOffline (
文件列表
next-offline-master.zip
(预估有个50文件)
next-offline-master
.gitignore
345B
lerna.json
251B
CHANGELOG.md
2KB
.github
ISSUE_TEMPLATE.md
1KB
PULL_REQUEST_TEMPLATE.md
715B
CONTRIBUTING.md
4KB
packages
now2-example
暂无评论