1 Star 0 Fork 2

颂离歌/X-Flowchart-Vue

forked from tangafa/X-Flowchart-Vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
OXOYO 提交于 2020-06-30 12:22 . feat:优化打包lib;优化示例。
/**
* Created by OXOYO on 2019/5/31.
*
* cli 配置文件
*
* 文档:https://cli.vuejs.org/zh/config/
*/
module.exports = {
// 部署应用包时的基本URL,置空使用相对路径
publicPath: process.env.IS_BUILD_LIB ? '/' : '/X-Flowchart-Vue/',
// 打包输出目录
outputDir: 'docs',
// 静态资源目录
assetsDir: '',
productionSourceMap: false,
css: {
loaderOptions: {
less: {
// 解决https://github.com/ant-design/ant-motion/issues/44问题
// 相关问题:https://github.com/ant-design/ant-design/issues/7927#issuecomment-372513256
javascriptEnabled: true
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ningbohaoke/X-Flowchart-Vue.git
git@gitee.com:ningbohaoke/X-Flowchart-Vue.git
ningbohaoke
X-Flowchart-Vue
X-Flowchart-Vue
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385