# dmp-pc-redesign **Repository Path**: pcmtech/dmp-pc-redesign ## Basic Information - **Project Name**: dmp-pc-redesign - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-05 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dmp-pc-re ## Packages * S * axios * element-ui * file-saver * lodash * normalize.css * qs * script-loader * tiny-cookie * xlsx * D * babel-plugin-syntax-dynamic-import * babel-polyfill * es6-promise * node-sass * sass-loader * sass-resources-loader ## 路由懒加载 按照目录结构,每个目录设置一个异步块。写法: ``` javascript const { Component Name } = () => import( /* webpackChunkName: "{ Chunk Name }" */ '{ Component Path }' ) ```