113 lines
2.4 KiB
JavaScript
113 lines
2.4 KiB
JavaScript
export const data = {
|
|
"key": "v-65f7fcd8",
|
|
"path": "/base/optimizeCss.html",
|
|
"title": "Css 处理",
|
|
"lang": "zh-CN",
|
|
"frontmatter": {},
|
|
"excerpt": "",
|
|
"headers": [
|
|
{
|
|
"level": 2,
|
|
"title": "提取 Css 成单独文件",
|
|
"slug": "提取-css-成单独文件",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "1. 下载包",
|
|
"slug": "_1-下载包",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "2. 配置",
|
|
"slug": "_2-配置",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "3. 运行指令",
|
|
"slug": "_3-运行指令",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "Css 兼容性处理",
|
|
"slug": "css-兼容性处理",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "1. 下载包",
|
|
"slug": "_1-下载包-1",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "2. 配置",
|
|
"slug": "_2-配置-1",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "3. 控制兼容性",
|
|
"slug": "_3-控制兼容性",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "4. 合并配置",
|
|
"slug": "_4-合并配置",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "5. 运行指令",
|
|
"slug": "_5-运行指令",
|
|
"children": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "Css 压缩",
|
|
"slug": "css-压缩",
|
|
"children": [
|
|
{
|
|
"level": 3,
|
|
"title": "1. 下载包",
|
|
"slug": "_1-下载包-2",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "2. 配置",
|
|
"slug": "_2-配置-2",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 3,
|
|
"title": "3. 运行指令",
|
|
"slug": "_3-运行指令-1",
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"git": {},
|
|
"filePathRelative": "base/optimizeCss.md"
|
|
}
|
|
|
|
if (import.meta.webpackHot) {
|
|
import.meta.webpackHot.accept()
|
|
if (__VUE_HMR_RUNTIME__.updatePageData) {
|
|
__VUE_HMR_RUNTIME__.updatePageData(data)
|
|
}
|
|
}
|
|
|
|
if (import.meta.hot) {
|
|
import.meta.hot.accept(({ data }) => {
|
|
__VUE_HMR_RUNTIME__.updatePageData(data)
|
|
})
|
|
}
|