56 lines
1.1 KiB
JavaScript
56 lines
1.1 KiB
JavaScript
export const data = {
|
|
"key": "v-04c1b7cf",
|
|
"path": "/project/vue-cli.html",
|
|
"title": "Vue 脚手架",
|
|
"lang": "zh-CN",
|
|
"frontmatter": {},
|
|
"excerpt": "",
|
|
"headers": [
|
|
{
|
|
"level": 2,
|
|
"title": "开发模式配置",
|
|
"slug": "开发模式配置",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "生产模式配置",
|
|
"slug": "生产模式配置",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "其他配置",
|
|
"slug": "其他配置",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "合并开发和生产配置",
|
|
"slug": "合并开发和生产配置",
|
|
"children": []
|
|
},
|
|
{
|
|
"level": 2,
|
|
"title": "优化配置",
|
|
"slug": "优化配置",
|
|
"children": []
|
|
}
|
|
],
|
|
"git": {},
|
|
"filePathRelative": "project/vue-cli.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)
|
|
})
|
|
}
|