1 Star 0 Fork 0

EricZSP / joyconn-dialog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
eric 提交于 2021-05-13 20:28 . demo改为vue模式运行npm run serve
module.exports = {
productionSourceMap: false // 生产打包时不输出map文件,增加打包速度
,outputDir:"./doc"
,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
});
}
}
1
https://gitee.com/EricZsp/joyconn-dialog.git
git@gitee.com:EricZsp/joyconn-dialog.git
EricZsp
joyconn-dialog
joyconn-dialog
master

搜索帮助