# workbox-webpack-plugin-demo **Repository Path**: bruce68/workbox-webpack-plugin-demo ## Basic Information - **Project Name**: workbox-webpack-plugin-demo - **Description**: 基于workbox-webpack-plugin配置实现离线缓存能力 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2021-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # workbox-webpack-plugin-demo 工程实现了静态资源离线缓存能力 ## 使用 ``` npm install ``` ```bash // 生成dist文件 npm run build // 启动项目 npm run dev ``` ## 工程有哪些功能 * 集成webpack,深度优化,生成dll方案 * 集成react-router, 且实现路由按需加载 * 基于@rematch,模块化models * 基于axios, 封装请求 * 集成eslint代码检测 * 集成antd业界流行的UI组件库