45 Star 136 Fork 91

GVPHalo-E/HaloE-Design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
honghuajian 提交于 2022-07-13 09:07 . feat: 新增radio组件的API文档
module.exports = {
assetsDir: "",
pages: {
index: {
entry: "examples/main.js",
template: "examples/index.html",
filename: "index.html",
chunks: ["chunk-vendors", "chunk-common", "index"],
},
},
configureWebpack: {
resolve: {},
},
chainWebpack: config => {
config.module.rule('md')
.test(/\.md/)
.use('vue-loader')
.loader('vue-loader')
.end()
.use('vue-markdown-loader')
.loader('vue-markdown-loader/lib/markdown-compiler')
.options({
raw: true
})
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/halo-e/haloe-design.git
git@gitee.com:halo-e/haloe-design.git
halo-e
haloe-design
HaloE-Design
develop

搜索帮助